test/tools/javac/quid/T6999438.java

changeset 1042
defdd98cb7ce
parent 752
03177f49411d
child 2525
2eb010b6cb22
equal deleted inserted replaced
1012:fdc22d73b6f3 1042:defdd98cb7ce
1 /* @test /nodynamiccopyright/ 1 /* @test /nodynamiccopyright/
2 * @bug 6999438 2 * @bug 6999438
3 * @summary remove support for exotic identifiers from JDK 7 3 * @summary remove support for exotic identifiers from JDK 7
4 * @compile/fail/ref=T6999438.out -XDrawDiagnostics -source 7 T6999438.java 4 * @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java
5 */ 5 */
6 6
7 class Test { 7 class Test {
8 int #"not supported"; 8 int #"not supported";
9 } 9 }

mercurial