IDEA-229792 Support record declaration in complete statement

GitOrigin-RevId: f0257fa34cd4bc8e5445f8f4bc417747790c2538
This commit is contained in:
Tagir Valeev
2019-12-25 10:17:37 +07:00
committed by intellij-monorepo-bot
parent 42b6965a5d
commit abdf1f601d
8 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
public record Record(int x<caret>) {
}