[IR] update testdata: better support for IrCall
This commit is contained in:
committed by
teamcityserver
parent
ef2adfa835
commit
197f5ca885
+2
-2
@@ -26,7 +26,7 @@ class K2 : JFoo {
|
||||
}
|
||||
|
||||
override fun foo(): String {
|
||||
return <this>.foo() /*!! String */
|
||||
return super.foo() /*!! String */
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ class K4 : JUnrelatedFoo, IFoo {
|
||||
}
|
||||
|
||||
override fun foo(): @FlexibleNullability String? {
|
||||
return <this>.foo()
|
||||
return super.foo()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user