test/tools/javac/6402516/TestLocalElements.java

changeset 1348
573ceb23beeb
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/6402516/TestLocalElements.java	Thu Oct 04 13:04:53 2012 +0100
     1.2 +++ b/test/tools/javac/6402516/TestLocalElements.java	Fri Oct 05 14:35:24 2012 +0100
     1.3 @@ -43,9 +43,9 @@
     1.4  
     1.5      boolean b = new Object() {
     1.6              public boolean equals(Object other) {
     1.7 -                String p = "p, other, super, this; super, this; List, Test2, Test; java.io.*, java.lang.*";
     1.8 -                String q = "q, p, other, super, this; super, this; List, Test2, Test; java.io.*, java.lang.*";
     1.9 -                String r = "r, q, p, other, super, this; super, this; List, Test2, Test; java.io.*, java.lang.*";
    1.10 +                String p = "p, other, super, this; -, super, this; List, Test2, Test; java.io.*, java.lang.*";
    1.11 +                String q = "q, p, other, super, this; -, super, this; List, Test2, Test; java.io.*, java.lang.*";
    1.12 +                String r = "r, q, p, other, super, this; -, super, this; List, Test2, Test; java.io.*, java.lang.*";
    1.13                  return (this == other);
    1.14              }
    1.15  

mercurial