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