diff -r 37295244f534 -r 08daea43a7f8 test/tools/javac/NonAmbiguousField/two/Child2.java --- a/test/tools/javac/NonAmbiguousField/two/Child2.java Tue May 21 13:50:56 2013 +0100 +++ b/test/tools/javac/NonAmbiguousField/two/Child2.java Tue May 21 14:33:09 2013 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,9 +28,7 @@ } public class Child2 extends one.Parent2 implements I { - class inner { - void method() { - System.out.println(i); - } + void method() { + System.out.println(i); } }