IDEA-230314 Create from usage: create instance field action should not be available inside records

GitOrigin-RevId: f0ddfe823e1731068625678cf2ae650a7fb6bd51
This commit is contained in:
Tagir Valeev
2020-01-10 05:13:48 +00:00
committed by intellij-monorepo-bot
parent 5fcfcc5bcd
commit 58384aa2c0
4 changed files with 11 additions and 3 deletions
@@ -0,0 +1,6 @@
// "Create field 'foo'" "false"
record R() {
void test() {
System.out.println(f<caret>oo);
}
}