Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
OpenJDK Runtime Environment 14-ea+27-1339
Description
Writing below code in the java editor throws IllegalArgumentException.
public class JDK14Appplication {
public static void main(String[] args)
}
class RECA1{
public record Test2(long i1, int j1) {
}
}
Attachments
Issue Links
- duplicates
-
NETBEANS-3604 Supports for Records (JEP 359) in JDK-14
- Closed