MCPcopy Create free account
hub / github.com/ReadyTalk/avian / Interface

Interface Interface

test/LazyLoading.java:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 private interface Interface {
159 public int interfaceMethod();
160 }
161
162 private static class Lazy implements Interface {
163 public static int intStaticField = 46;

Callers

nothing calls this directly

Implementers 2

Lazytest/LazyLoading.java
Footest/extra/Tails.java

Calls

no outgoing calls

Tested by

no test coverage detected