Searched refs:Fox (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/varargs/
H A DAnon.java35 Fox fox1 = new Fox(1) {};
36 Fox fox2 = new Fox(new String[] { "hello" }) {};
37 Fox fox3 = new Fox(null) {};
38 Fox fox4 = new Fox() {};
39 Fox fox5 = new Fox("hell
44 class Fox { class
45 Fox(int a) { method in class:Fox
49 Fox(String... keys) { method in class:Fox
[all...]

Completed in 29 milliseconds