KT-9688 Completion of methods to override: prefer those that need to be implemented
#KT-9688 Fixed
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user