Home
last modified time | relevance | path

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

/art/test/064-field-access/src/other/
DPublicClass.java24 public short otherPublicClassPublicShortInstanceField = -4; field in PublicClass
/art/test/064-field-access/src/
DMain.java335 check(otherPublicClassPublicShortInstanceField == -4); in doDirectTests()