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

  /art/test/064-field-access/src/other/
ProtectedClass.java 21 public boolean otherProtectedClassPublicBooleanInstanceField = true;
  /art/test/064-field-access/src/
Main.java 244 check(otherProtectedClassPublicBooleanInstanceField == true);

Completed in 38 milliseconds