test/tools/javac/quid/T6999438.java

Wed, 01 Jun 2011 23:56:31 -0700

author
darcy
date
Wed, 01 Jun 2011 23:56:31 -0700
changeset 1042
defdd98cb7ce
parent 752
03177f49411d
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7025784: Add SourceVersion.RELEASE_8
7025786: Add -source 8 and -target 8 to javac
7025789: Change javac source and target default to 8
Reviewed-by: jjg

     1 /* @test /nodynamiccopyright/
     2  * @bug 6999438
     3  * @summary remove support for exotic identifiers from JDK 7
     4  * @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java
     5  */
     7 class Test {
     8     int #"not supported";
     9 }

mercurial