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

/openjdk9/jdk/test/java/lang/invoke/
H A DExplicitCastArgumentsTest.java292 public static class TestFileChildClass extends File class in class:ExplicitCastArgumentsTest
294 public TestFileChildClass(String pathname) { method in class:ExplicitCastArgumentsTest.TestFileChildClass
310 Class nonBcpSubClass = TestFileChildClass.class;
313 Object testSubObj = new TestFileChildClass(".");

Completed in 35 milliseconds