[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
@@ -11,7 +11,7 @@ class V8Array {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
val array: V8Array = TODO("IrConstructorCall")
|
||||
val array: V8Array = V8Array()
|
||||
val list: List<String> = toList(array = array) as List<String>
|
||||
return list.get(index = 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user