Home
last modified time | relevance | path

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

/art/test/162-method-resolution/src/
DMain.java39 test10(); in main()
402 private static void test10() throws Exception { in test10() method in Main
/art/test/530-checker-lse/src/
DMain.java371 static int test10(TestClass obj) { in test10() method in Main
4147 assertIntEquals(test10(new TestClass(3, 4)), 3); in main()