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

  /art/test/064-field-access/src/other/
ProtectedClass.java 65 public static int otherProtectedClassPublicIntStaticField = 37;
  /art/test/064-field-access/src/
Main.java 288 check(otherProtectedClassPublicIntStaticField == 37);

Completed in 53 milliseconds