Replaced jdk-headers with jdk-annotations everywhere.
This commit is contained in:
@@ -50,7 +50,7 @@ fun test6() : Boolean {
|
||||
return true
|
||||
}
|
||||
|
||||
// ArrayList without jdk-headers cannot be used in these tests
|
||||
// ArrayList without jdk-annotations cannot be used in these tests
|
||||
class MyArrayList<T>() {
|
||||
private var value17: T? = null
|
||||
private var value39: T? = null
|
||||
|
||||
Reference in New Issue
Block a user