MCPcopy Create free account
hub / github.com/apache/groovy / Abstract

Class Abstract

src/test/groovy/gls/generics/GenericsTestData.java:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 CharSequence foo();
25 }
26 public static abstract class Abstract<T extends CharSequence> implements TestInterface {
27 public T foo() { return null; }
28 }
29
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected