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

Wed, 23 Jan 2013 20:57:40 +0000

author
vromero
date
Wed, 23 Jan 2013 20:57:40 +0000
changeset 1520
5c956be64b9e
parent 0
959103a6100f
permissions
-rw-r--r--

8006694: temporarily workaround combo tests are causing time out in several platforms
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com

     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