Fixed test data

This commit is contained in:
Valentin Kipyatkov
2015-01-27 22:49:11 +03:00
parent 78be48ace8
commit 033b626a08
11 changed files with 26 additions and 12 deletions
@@ -1,5 +1,5 @@
class SortedSet
fun test() {
fun test(set: SortedSet) {
val a = SortedSet<caret>
}
@@ -2,6 +2,6 @@ import java.util
class SortedSet
fun test() {
fun test(set: SortedSet) {
val a = util.SortedSet<caret>
}
@@ -1 +1,2 @@
val x : Arra<caret>
val x : Arra<caret>
val y: Array<String>
@@ -1,3 +1,4 @@
import java.lang.reflect
val x : reflect.Array<caret>
val x : reflect.Array<caret>
val y: Array<String>