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

  /art/test/064-field-access/src/other/
ProtectedClass.java 38 protected double otherProtectedClassProtectedDoubleInstanceField = 16.0;
  /art/test/064-field-access/src/
Main.java 261 check(otherProtectedClassProtectedDoubleInstanceField == 16.0);

Completed in 230 milliseconds