restructured control flow tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
abstract class Ab {
|
||||
abstract fun getArray() : Array<Int>
|
||||
}
|
||||
|
||||
fun test(ab: Ab) {
|
||||
ab.getArray()[1]
|
||||
}
|
||||
Reference in New Issue
Block a user