Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
12.6
-
None
-
None
Description
Code completion fails to offer a canonical constructor in records.
public record R1(int x, String s) { R1 // Press Ctrl + Space here }
It seems that code completion here stucks in infinite loop.