Home
last modified time | relevance | path

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

/art/test/845-data-image/src-art/
DMain.java225 public static ClassWithStaticType staticType = new ClassWithStaticType(); field in Main
261 assertEquals(Object.class, staticType.STATIC_TYPE); in runClassTests()