KT-9813 Parameter name&type completion gets in the way of typing

#KT-9813 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-29 16:32:10 +03:00
parent 752cdd5f83
commit 7e2b37bb0f
42 changed files with 81 additions and 80 deletions
@@ -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