MCPcopy 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
13class Bar {
14 public String stuff() {
15 return "stuff";
16 }
17}
18
19class SubBar extends Bar implements IBar {
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected