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