mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-230314 Create from usage: create instance field action should not be available inside records
GitOrigin-RevId: f0ddfe823e1731068625678cf2ae650a7fb6bd51
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5fcfcc5bcd
commit
58384aa2c0
+6
@@ -0,0 +1,6 @@
|
||||
// "Create field 'foo'" "false"
|
||||
record R() {
|
||||
void test() {
|
||||
System.out.println(f<caret>oo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user