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

  /art/test/064-field-access/src/other/
ProtectedClass.java 28 public double otherProtectedClassPublicDoubleInstanceField = 8.0;
  /art/test/064-field-access/src/
Main.java 251 check(otherProtectedClassPublicDoubleInstanceField == 8.0);

Completed in 46 milliseconds