HomeSort by relevance Sort by last modified time
    Searched refs:otherPublicClassProtectedLongInstanceField (Results 1 - 2 of 2) sorted by null

  /art/test/064-field-access/src/other/
PublicClass.java 36 protected long otherPublicClassProtectedLongInstanceField = -14;
  /art/test/064-field-access/src/
Main.java 339 check(otherPublicClassProtectedLongInstanceField == -14);

Completed in 54 milliseconds