KT-1810 "defined in" in completion list takes space that could be used for more useful information - replaced to "in"

#KT-1810 fixed
This commit is contained in:
Nikolay Krasko
2012-05-22 01:49:09 +04:00
parent a7b11d2b4e
commit 8208489759
2 changed files with 3 additions and 3 deletions
@@ -9,6 +9,6 @@ fun firstFun() {
// RUNTIME: 1
// TIME: 1
// EXIST: toLinkedList~() defined in kotlin
// EXIST: toLinkedList~() defined in kotlin.nullable
// EXIST: toLinkedList~() in kotlin
// EXIST: toLinkedList~() in kotlin.nullable
// NUMBER: 2