Home
last modified time | relevance | path

Searched refs:CommonInterface (Results 1 – 1 of 1) sorted by relevance

/art/test/047-returns/src/
DMain.java25 System.out.println(((CommonInterface)pickOne(1)).doStuff()); in main()
29 System.out.println(((CommonInterface)pickOne(2)).doStuff()); in main()
51 class ClassOne implements CommonInterface, Runnable {
61 class ClassTwo implements CommonInterface, Runnable {
77 interface CommonInterface { interface