langtools/test/tools/javac/quid/T6999438.java
author jjg
Fri, 30 Aug 2013 15:14:51 -0700 (2013-08-30)
changeset 19908 c48205ab5654
parent 10180 b293c1f36ac4
permissions -rw-r--r--
8024093: Two *.rej files checked in to langtools/test directory Reviewed-by: mchung
/* @test /nodynamiccopyright/
 * @bug 6999438
 * @summary remove support for exotic identifiers from JDK 7
 * @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java
 */

class Test {
    int #"not supported";
}