FIR2IR: insert implicit not-null casts in delegated calls
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ class Test : J {
|
||||
|
||||
@NotNull
|
||||
override fun returnNotNull(): @EnhancedNullability String {
|
||||
return <this>.#<$$delegate_0>.returnNotNull()
|
||||
return <this>.#<$$delegate_0>.returnNotNull() /*!! String */
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user