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

  /art/test/064-field-access/src/other/
PublicClass.java 73 protected static char otherPublicClassProtectedCharStaticField = (char)-43;
  /art/test/064-field-access/src/
Main.java 376 check(otherPublicClassProtectedCharStaticField == (char)-43);

Completed in 42 milliseconds