make most codegen tests are indenendent from jdk-headers/stdlib now
This commit is contained in:
@@ -15,7 +15,7 @@ class ArrayWrapper<T>() {
|
||||
}
|
||||
|
||||
fun get(index: Int): T {
|
||||
return contents.get(index)
|
||||
return contents.get(index)!!
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user