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)" }