-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 14, 15
-
Component/s: tools
-
b08
this code fails even if preview features are not enabled:
class X {
record R(int i) {
return null;
}
}
class record {}
class X {
record R(int i) {
return null;
}
}
class record {}
- relates to
-
JDK-8222777 JEP 359: Records (Preview)
-
- Closed
-