[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
+1
-1
@@ -23,7 +23,7 @@ operator fun String.getValue(receiver: Any?, p: Any): String {
|
||||
}
|
||||
|
||||
val testO: String /* by */
|
||||
field = TODO("IrConstructorCall").provideDelegate(host = null, p = ::testO)
|
||||
field = MyClass(value = "O").provideDelegate(host = null, p = ::testO)
|
||||
get(): String {
|
||||
return #testO$delegate.getValue(receiver = null, p = ::testO)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user