Petr Miksik created NETBEANS-6377:
-------------------------------------
Summary: Offer the canonical constructor in records
Key: NETBEANS-6377
URL: https://issues.apache.org/jira/browse/NETBEANS-6377
Project: NetBeans
Issue Type: Bug
Components: cnd - Code Completion
Affects Versions: 12.6
Reporter: Petr Miksik
Code completion fails to offer a canonical constructor in records.
{code}
public static record R1(int x, String s) {
R1 // Press Ctrl + Space here
}
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists