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

Class AbstractMethod

src/test/resources/cha/AbstractMethod.java:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1public class AbstractMethod {
2
3 public static void main(String[] args) {
4 A a = new B();
5 a.foo();
6 }
7}
8
9abstract class A {
10 abstract void foo();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected