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

  /art/test/064-field-access/src/other/
ProtectedClass.java 74 protected static short otherProtectedClassProtectedShortStaticField = 44;
  /art/test/064-field-access/src/
Main.java 297 check(otherProtectedClassProtectedShortStaticField == 44);

Completed in 45 milliseconds