Searched refs:superInstanceValue (Results 1 – 2 of 2) sorted by relevance
7 BadSuper.superInstanceValue = 112 BadSuper.superInstanceValue = 11117 BadSuper.superInstanceValue = -2
156 System.out.println("BadSuper.superInstanceValue = " + superInstanceValue); in foo()159 public BadSuper(int superiv) { superInstanceValue = superiv; } in BadSuper()160 public int superInstanceValue; field in BadSuper173 System.out.println("BadSuper.superInstanceValue = " + superInstanceValue); in bar()