[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
@@ -12,7 +12,7 @@ fun box(): String {
|
||||
get
|
||||
|
||||
fun foo(): String {
|
||||
return TODO("IrConstructorCall").bar()
|
||||
return <this>.Some(s = "O").bar()
|
||||
}
|
||||
|
||||
local inner class Some : Base {
|
||||
@@ -53,7 +53,7 @@ fun box(): String {
|
||||
}
|
||||
|
||||
|
||||
TODO("IrConstructorCall")
|
||||
<no name provided>()
|
||||
}
|
||||
return obj.foo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user