IDEA-223110: Implement parser for record's compact constructors

GitOrigin-RevId: ff8c014135d89c9f66a8f2e778c715d55b00836f
This commit is contained in:
Roman.Ivanov
2019-12-04 21:17:53 +07:00
committed by intellij-monorepo-bot
parent 29c6596e4f
commit 61e6a503c8
6 changed files with 117 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
record ClassName{
java.lang.String foo {
}
}