Fixed testdata -- removed package import
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import java.sql
|
||||
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun getEntry() : Map.Entry<kotlin.Array<String>, java.sql.Array> {
|
||||
throw Error()
|
||||
}
|
||||
|
||||
val x: Map.Entry<Array<String>, sql.Array> = getEntry()
|
||||
val x: Map.Entry<Array<String>, java.sql.Array> = getEntry()
|
||||
|
||||
Reference in New Issue
Block a user