[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
@@ -22,10 +22,12 @@ class Test : J {
<this>.#<$$delegate_0>.takeFlexible(x = x)
}
@NotNull
override fun returnNotNull(): @EnhancedNullability String {
return <this>.#<$$delegate_0>.returnNotNull()
}
@Nullable
override fun returnNullable(): @FlexibleNullability String? {
return <this>.#<$$delegate_0>.returnNullable()
}