Searched refs:instanceValue (Results 1 – 2 of 2) sorted by relevance
128 System.out.println("Bad.instanceValue = " + instanceValue); in foo()135 public Bad(int iv) { instanceValue = iv; } in Bad()136 public int instanceValue; field in Bad
2 Bad.instanceValue = 33