test/tools/javac/NonAmbiguousField/two/Child2.java

changeset 1775
08daea43a7f8
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/NonAmbiguousField/two/Child2.java	Tue May 21 13:50:56 2013 +0100
     1.2 +++ b/test/tools/javac/NonAmbiguousField/two/Child2.java	Tue May 21 14:33:09 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -28,9 +28,7 @@
    1.11  }
    1.12  
    1.13  public class Child2 extends one.Parent2 implements I {
    1.14 -    class inner {
    1.15 -        void method() {
    1.16 -            System.out.println(i);
    1.17 -        }
    1.18 +    void method() {
    1.19 +        System.out.println(i);
    1.20      }
    1.21  }

mercurial