mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract light method object: create class initializer if there is no place to put initializer (IDEA-131912)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Sample {
|
||||
int <caret>i = 0;
|
||||
|
||||
int foo() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user