[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
@@ -128,6 +128,6 @@ object Host {
|
||||
}
|
||||
|
||||
fun Host.test3(v: B) {
|
||||
(<this>, v).plusAssign(b = TODO("IrConstructorCall"))
|
||||
(<this>, v).plusAssign(b = B(s = 1000))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user