KT-9688 Completion of methods to override: prefer those that need to be implemented

#KT-9688 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-27 21:53:51 +03:00
parent acc451bc54
commit 87f68f3332
11 changed files with 51 additions and 20 deletions
@@ -7,6 +7,6 @@ class A<T> : List<String>, I<T> {
}
// EXIST: { lookupString: "override", itemText: "override" }
// EXIST: { itemText: "override fun hashCode(): Int {...}", tailText: null, typeText: "Any" }
// EXIST: { itemText: "override fun foo(t: T): T {...}", tailText: null, typeText: "I" }
// EXIST: { itemText: "override operator fun get(index: Int): String {...}", tailText: null, typeText: "List" }
// 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" }