"initialize variable" & "initialize in constructor" suggests default constructors (with inheritor's if collection) (IDEA-145431)

This commit is contained in:
Dmitry Batkovich
2015-11-06 15:55:37 +03:00
parent fb32abd2fe
commit e8805cb2cc
8 changed files with 171 additions and 77 deletions

View File

@@ -2,6 +2,6 @@
class AClass
{
final AClass f = <caret><selection>null</selection>;
final AClass f = null<caret>;
}