-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: tools
-
b14
when compiling this code:
class record {}
javac produces the following error message:
class record {}
^
as of release 13, 'record' is a restricted type name and cannot be used for type declarations
it should mention release 14 instead
reported in amber-dev: http://mail.openjdk.java.net/pipermail/amber-dev/2020-February/005622.html
class record {}
javac produces the following error message:
class record {}
^
as of release 13, 'record' is a restricted type name and cannot be used for type declarations
it should mention release 14 instead
reported in amber-dev: http://mail.openjdk.java.net/pipermail/amber-dev/2020-February/005622.html