Home
last modified time | relevance | path

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

/art/test/064-field-access/src/other/
DPublicClass.java74 protected static short otherPublicClassProtectedShortStaticField = -44; field in PublicClass
/art/test/064-field-access/src/
DMain.java385 check(otherPublicClassProtectedShortStaticField == -44); in doDirectTests()