langtools/test/tools/javac/quid/T6999438.java
changeset 7330 7c670eebe55c
child 10180 b293c1f36ac4
equal deleted inserted replaced
7329:8a5601394af4 7330:7c670eebe55c
       
     1 /* @test /nodynamiccopyright/
       
     2  * @bug 6999438
       
     3  * @summary remove support for exotic identifiers from JDK 7
       
     4  * @compile/fail/ref=T6999438.out -XDrawDiagnostics -source 7 T6999438.java
       
     5  */
       
     6 
       
     7 class Test {
       
     8     int #"not supported";
       
     9 }