mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
"initialize variable" & "initialize in constructor" suggests default constructors (with inheritor's if collection) (IDEA-145431)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
class AClass
|
||||
{
|
||||
int f() {
|
||||
int i = <caret><selection>0</selection>;
|
||||
int i = 0<caret>;
|
||||
return i;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user