test/tools/javac/6521805/T6521805e.out

Tue, 11 Aug 2009 01:13:14 +0100

author
mcimadamore
date
Tue, 11 Aug 2009 01:13:14 +0100
changeset 359
8227961c64d3
parent 0
959103a6100f
permissions
-rw-r--r--

6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
Summary: javac should warn/complain about identifiers with the same name as synthetic symbol
Reviewed-by: jjg

aoqi@0 1 Sub.java:8:11: compiler.err.synthetic.name.conflict: this$0, p.Inner
aoqi@0 2 1 error

mercurial