Searched refs:superStaticValue (Results 1 – 1 of 1) sorted by relevance
150 BadSuper.superStaticValue = 42;157 System.out.println("BadSuper.superStaticValue = " + superStaticValue); in foo()161 public static int superStaticValue; field in BadSuper174 System.out.println("BadSuper.superStaticValue = " + superStaticValue); in bar()