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

Method staticMethod

test/LazyLoading.java:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 public static int staticMethod() {
176 return 43;
177 }
178
179 public int virtualMethod() {
180 return 44;

Callers 1

doTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected