KT-658 Show types in IDEA auto assist for kotlin

This commit is contained in:
Nikolay Krasko
2011-12-07 12:19:50 +04:00
parent bf54dc5453
commit e5c39df519
13 changed files with 129 additions and 67 deletions
@@ -0,0 +1,9 @@
namespace Tests
import java.util.*
fun hello() {
val a = So<caret>
}
// EXIST: SortedSet, SortedMap