Searched refs:staticType (Results 1 – 1 of 1) sorted by relevance
225 public static ClassWithStaticType staticType = new ClassWithStaticType(); field in Main261 assertEquals(Object.class, staticType.STATIC_TYPE); in runClassTests()