MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / first

Method first

interfaces/MultipleInheritance.java:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7interface One {
8 default void first() { System.out.println("first"); }
9}
10
11interface Two {

Callers 2

mainMethod · 0.80
mainMethod · 0.80

Implementers 1

MIinterfaces/MultipleInheritance.java

Calls

no outgoing calls

Tested by

no test coverage detected