MCPcopy Create free account
hub / github.com/LFYSec/MScan / A

Class A

src/test/resources/pta/basic/Dispatch.java:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10class A {
11 T foo() {
12 return new T(1);
13 }
14}
15
16class B extends A {
17 T foo() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected