Fixed bug in reference shortening + fixed test data for completion tests
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user