-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: tools
-
generic
-
generic
This class compiles under javac -source 6:
class #"a+b" { }
It should report a syntax error, since that version of the language does not support exotic identifiers.
class #"a+b" { }
It should report a syntax error, since that version of the language does not support exotic identifiers.
- relates to
-
JDK-6746458 writing libraries in Java for non-Java languages requires support for exotic identifiers
-
- Closed
-