MCPcopy 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

1package clojure.test;
2
3public 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