[IR] dumpKotlinLike: update testdata after rebase
This commit is contained in:
committed by
teamcityserver
parent
0d5a0b207e
commit
6abd656116
+2
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user