Do not include "operator" and "infix" into completion item text for override

This commit is contained in:
Valentin Kipyatkov
2016-08-16 19:14:05 +03:00
parent 8d2ffb2dab
commit efac7a11b3
17 changed files with 24 additions and 16 deletions
@@ -9,4 +9,4 @@ class A<T> : List<String>, I<T> {
// EXIST: { lookupString: "override", itemText: "override" }
// EXIST: { itemText: "override fun hashCode(): Int {...}", tailText: null, typeText: "Any", attributes: "" }
// EXIST: { itemText: "override fun foo(t: T): T {...}", tailText: null, typeText: "I", attributes: "bold" }
// EXIST: { itemText: "override operator fun get(index: Int): String {...}", tailText: null, typeText: "List", attributes: "bold" }
// EXIST: { itemText: "override fun get(index: Int): String {...}", tailText: null, typeText: "List", attributes: "bold" }