mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
disable create instance field inside interface (IDEA-127211)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create Field 'myFoo'" "false"
|
||||
|
||||
interface Test {
|
||||
default String get() {
|
||||
return my<caret>Foo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user