KT-9813 Parameter name&type completion gets in the way of typing
#KT-9813 Fixed
This commit is contained in:
+1
-1
@@ -18,5 +18,5 @@ class A(overr<caret>) : Base2(), 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" }
|
||||
// EXIST: { itemText: "override val fromBase: String", tailText: null, typeText: "Base1", attributes: "" }
|
||||
// EXIST_JAVA_ONLY: { lookupString: "override: Override", itemText: "override: Override" }
|
||||
// EXIST_JAVA_ONLY: { itemText: "override: Override" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user