Revert "enhance tests (mostly codegen)" temporarily
This reverts commit 95f9bcbacb.
This commit is contained in:
@@ -12,7 +12,7 @@ class ArrayWrapper<T>() {
|
||||
}
|
||||
|
||||
fun get(index: Int): T {
|
||||
return contents.get(index).sure()
|
||||
return contents.get(index)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ class ArrayWrapper<T>() {
|
||||
}
|
||||
|
||||
fun get(index: Int): T {
|
||||
return contents.get(index).sure()
|
||||
return contents.get(index)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ class ArrayWrapper<T>() {
|
||||
}
|
||||
|
||||
fun get(index: Int): T {
|
||||
return contents.get(index).sure()
|
||||
return contents.get(index)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ class ArrayWrapper<T>() {
|
||||
}
|
||||
|
||||
fun get(index: Int): T {
|
||||
return contents.get(index).sure()
|
||||
return contents.get(index)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user