-
Bug
-
Resolution: Won't Fix
-
P3
-
7
-
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
-