Searched refs:TestClass2 (Results 1 – 2 of 2) sorted by relevance
180 return TestClass2.class; in resolveClass()191 static class TestClass2 implements Serializable { class in ObjectInputStream2Test
56 static TestClass2 tc = new TestClass2(0);63 public static class TestClass2 { class in OldClassTest65 public TestClass2(int i) throws IllegalArgumentException { in TestClass2() method in OldClassTest.TestClass2