KT-9688 Completion of methods to override: prefer those that need to be implemented

#KT-9688 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-27 21:53:51 +03:00
parent acc451bc54
commit 87f68f3332
11 changed files with 51 additions and 20 deletions
@@ -14,6 +14,6 @@ open class Base2 : Base1() {
class A(some<caret>) : Base2(), I
// EXIST: { itemText: "override val someVal: Int", tailText: null, typeText: "I" }
// EXIST: { itemText: "override var someVar: Int", tailText: null, typeText: "I" }
// EXIST: { itemText: "override val someVal: Int", tailText: null, typeText: "I", attributes: "bold" }
// EXIST: { itemText: "override var someVar: Int", tailText: null, typeText: "I", attributes: "bold" }
// NOTHING_ELSE