test change
returned check for unimported reference to test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user