[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
+1
-1
@@ -18,7 +18,7 @@ class Host {
|
||||
}
|
||||
|
||||
fun foo(): Host {
|
||||
return TODO("IrConstructorCall")
|
||||
return Host()
|
||||
}
|
||||
|
||||
fun Host.test2() {
|
||||
|
||||
Reference in New Issue
Block a user