Home
last modified time | relevance | path

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

/art/test/064-field-access/src/other/
DProtectedClass.java25 public int otherProtectedClassPublicIntInstanceField = 5; field in ProtectedClass
/art/test/064-field-access/src/
DMain.java256 check(otherProtectedClassPublicIntInstanceField == 5); in doDirectTests()