[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
@@ -22,7 +22,7 @@ data class A {
|
||||
}
|
||||
|
||||
fun copy(x: Int = #x, y: Int = #y): A {
|
||||
return TODO("IrConstructorCall")
|
||||
return A(x = x, y = y)
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
|
||||
Reference in New Issue
Block a user