Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ ConcreteClass
Class
ConcreteClass
test/java/clojure/test/ConcreteClass.java:3–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
clojure.test;
2
3
public
class
ConcreteClass implements GenericInterface<Integer> {
4
@Override
5
public
Integer stampWidgets(Integer val) {
6
return
42;
7
}
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected