Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getZbyC
Method
getZbyC
tests/src/InheritanceTest/Accessor.java:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
public
static
A getZbyA() {
return
new
Z();}
14
public
static
B getZbyB() {
return
new
Z();}
15
public
static
C getZbyC() {
return
new
Z();}
16
}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected