KT-9688 Completion of methods to override: prefer those that need to be implemented
#KT-9688 Fixed
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ interface Foo {
|
||||
class A(override val bar: Int, overr<caret>): Foo
|
||||
|
||||
// EXIST: { lookupString: "override", itemText: "override" }
|
||||
// EXIST: { itemText: "override val foo: Int", tailText: null, typeText: "Foo" }
|
||||
// EXIST: { itemText: "override val foo: Int", tailText: null, typeText: "Foo", attributes: "bold" }
|
||||
// EXIST_JAVA_ONLY: { itemText: "override: Override", tailText: " (java.lang)" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user