mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
[java-psi] Tolerate unparseable record component type (IDEA-250933)
GitOrigin-RevId: 813982a27750455f74d92ea48931096b389c6b37
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0bdc0d744a
commit
f9d1650fd8
@@ -69,4 +69,5 @@ record ProhibitedMembers() {
|
||||
}
|
||||
record StaticFieldCollides(int i) {
|
||||
static int <error descr="Variable 'i' is already defined in the scope">i</error>;
|
||||
}
|
||||
}
|
||||
record Incomplete(@<error descr="Class reference expected">i</error>nt a) {}
|
||||
Reference in New Issue
Block a user