Home
last modified time | relevance | path

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

/art/test/064-field-access/src/other/
DPublicClass.java38 protected double otherPublicClassProtectedDoubleInstanceField = -16.0; field in PublicClass
/art/test/064-field-access/src/
DMain.java349 check(otherPublicClassProtectedDoubleInstanceField == -16.0); in doDirectTests()