MCPcopy Index your code
hub / github.com/beanshell/beanshell / C

Interface C

tests/src/InheritanceTest/C.java:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package InheritanceTest;
2
3public interface C extends A {
4 void c();
5}

Callers 1

mainMethod · 0.95

Implementers 2

Ztests/src/InheritanceTest/Z.java
Ytests/src/InheritanceTest/Y.java

Calls

no outgoing calls

Tested by

no test coverage detected