MCPcopy Index your code
hub / github.com/clojure/clojure / JDK8InterfaceMethods

Interface JDK8InterfaceMethods

test/java/compilation/JDK8InterfaceMethods.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package compilation;
2
3public interface JDK8InterfaceMethods {
4 public static long staticMethod0(long v) { return v; }
5 public static String staticMethod1(String s) { return s; }
6 public static boolean staticMethod2(boolean b) { return b; }
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected