Replaced jdk-headers with jdk-annotations everywhere.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
package kotlin1
|
||||
|
||||
import java.util.*
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
package kotlin1
|
||||
|
||||
import java.util.*
|
||||
@@ -6,6 +5,6 @@ import java.util.*
|
||||
fun main(args : Array<String>) {
|
||||
val al : ArrayList<Int> = ArrayList<Int>()
|
||||
|
||||
// A type mismatch on this line means that alt-headers were not loaded
|
||||
// A type mismatch on this line means that jdk-annotations were not loaded
|
||||
al.toArray(Array<Int>(3, {1})) : Array<Int>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user