mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +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