Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
package
InheritanceTest;
2
3
public
interface
C extends A {
4
void
c();
5
}
Callers
1
main
Method · 0.95
Implementers
2
Z
tests/src/InheritanceTest/Z.java
Y
tests/src/InheritanceTest/Y.java
Calls
no outgoing calls
Tested by
no test coverage detected