Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ Bar
Class
Bar
test/java/reflector/IBar.java:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
class
Bar {
14
public
String stuff() {
15
return
"stuff"
;
16
}
17
}
18
19
class
SubBar extends Bar implements IBar {
20
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected