Use render with short types names in completion lookup elements

This commit is contained in:
Nikolay Krasko
2014-04-16 15:57:46 +04:00
parent f6276cc10b
commit 962044f887
5 changed files with 17 additions and 16 deletions
@@ -4,4 +4,4 @@ fun some() {
tes<caret>
}
// EXIST: { lookupString:"test", itemText:"test(a: kotlin.Int)" }
// EXIST: { lookupString:"test", itemText:"test(a: Int)" }
@@ -8,5 +8,5 @@ fun firstFun() {
}
// INVOCATION_COUNT: 1
// EXIST: { lookupString:"toLinkedList", itemText:"toLinkedList()", tailText:" for kotlin.Iterable<T> in kotlin" }
// EXIST: { lookupString:"toLinkedList", itemText:"toLinkedList()", tailText:" for Iterable<T> in kotlin" }
// NUMBER: 1