Home
last modified time | relevance | path

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

/art/test/064-field-access/src/other/
DPublicClass.java75 protected static int otherPublicClassProtectedIntStaticField = -45; field in PublicClass
/art/test/064-field-access/src/
DMain.java386 check(otherPublicClassProtectedIntStaticField == -45); in doDirectTests()