[IR] dumpKotlinLike: update testdata after rebase

This commit is contained in:
Zalim Bashorov
2020-11-25 22:17:32 +03:00
committed by teamcityserver
parent 0d5a0b207e
commit 6abd656116
6 changed files with 360 additions and 2 deletions
@@ -21,11 +21,13 @@ class Delegated : IFoo {
<this>.#<$$delegate_0> = foo
}
@Deprecated(message = "")
override val prop: String
override get(): String {
return <this>.#<$$delegate_0>.<get-prop>()
}
@Deprecated(message = "")
override val String.extProp: String
override get(): String {
return (<this>.#<$$delegate_0>, <this>).<get-extProp>()