Files
Tagir Valeev abdf1f601d IDEA-229792 Support record declaration in complete statement
GitOrigin-RevId: f0257fa34cd4bc8e5445f8f4bc417747790c2538
2019-12-25 03:42:32 +00:00

2 lines
38 B
Java

public record Record(int x<caret>) {
}