[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
@@ -1,5 +1,5 @@
|
||||
fun box(): String {
|
||||
val a: DoubleArray = TODO("IrConstructorCall")
|
||||
val a: DoubleArray = DoubleArray(size = 5)
|
||||
val x: DoubleIterator = a.iterator()
|
||||
var i: Int = 0
|
||||
while (x.hasNext()) { // BLOCK
|
||||
|
||||
Reference in New Issue
Block a user