Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getWbyA
Method
getWbyA
tests/src/InheritanceTest/Accessor.java:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
public
class
Accessor {
4
public
static
A getWbyA() {
return
new
W();}
5
public
static
B getWbyB() {
return
new
W();}
6
public
static
A getXbyA() {
return
new
X();}
7
public
static
B getXbyB() {
return
new
X();}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected