Fixed bug in reference shortening + fixed test data for completion tests

This commit is contained in:
Valentin Kipyatkov
2014-10-08 18:54:14 +04:00
parent d8b962c7f3
commit 503a8deef1
7 changed files with 31 additions and 17 deletions
@@ -1,5 +1,7 @@
import java.util
class SortedSet
fun test() {
val a = java.util.SortedSet
val a = util.SortedSet<caret>
}
@@ -1 +1,3 @@
val x : java.lang.reflect.Array
import java.lang.reflect
val x : reflect.Array<caret>