test change

returned check for unimported reference to test
This commit is contained in:
Svetlana Isakova
2012-09-10 18:06:29 +04:00
parent b2b3d6273e
commit c03190910c
@@ -5,7 +5,7 @@ package foobar.a
import java.*
val a : <!PLATFORM_CLASS_MAPPED_TO_KOTLIN!>util.List<Int><!>? = null
val a1 : List<Int>? = null
val a1 : <!UNRESOLVED_REFERENCE!>ArrayList<!><Int>? = null
// FILE: b.kt
package foobar