langtools/test/tools/javac/quid/T6999438.java
author jjg
Thu, 18 Nov 2010 16:13:11 -0800
changeset 7330 7c670eebe55c
child 10180 b293c1f36ac4
permissions -rw-r--r--
6999438: remove support for exotic identifiers from JDK 7 Reviewed-by: mcimadamore

/* @test /nodynamiccopyright/
 * @bug 6999438
 * @summary remove support for exotic identifiers from JDK 7
 * @compile/fail/ref=T6999438.out -XDrawDiagnostics -source 7 T6999438.java
 */

class Test {
    int #"not supported";
}