[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
@@ -26,11 +26,11 @@ operator fun A.remAssign(s: String) {
|
||||
}
|
||||
|
||||
val p: A
|
||||
field = TODO("IrConstructorCall")
|
||||
field = A()
|
||||
get
|
||||
|
||||
fun testVariable() {
|
||||
val a: A = TODO("IrConstructorCall")
|
||||
val a: A = A()
|
||||
a.plusAssign(s = "+=")
|
||||
a.minusAssign(s = "-=")
|
||||
a.timesAssign(s = "*=")
|
||||
|
||||
Reference in New Issue
Block a user