test/tools/javac/InnerClassesAttribute/Outside.java.back

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

author
mcimadamore
date
Tue, 11 Aug 2009 01:13:42 +0100
changeset 360
62fb6cafa93b
parent 0
959103a6100f
permissions
-rw-r--r--

6869075: regression: javac crashes when compiling compound string assignment with generics
Summary: javac should not add syntehtic cast to the LHS of an assignment expression
Reviewed-by: jjg

     1 /*
     2  * This file was used to create Outside.class and Outside$1$Inside.class
     3  * with a recent (post-4074529-bugfix) compiler.
     4  */
     6 public class Outside {
     7     void method() {
     8 	class Inside {
     9 	}
    10     }
    11 }

mercurial