FIR: Update testData for fir multi-module test (rendering+body resolve)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public open class Some : R|java/lang/Object|, R|Strange<*>| {
|
||||
public open operator function foo(): R|kotlin/Any|
|
||||
public open operator fun foo(): R|kotlin/Any|
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FILE: Strange.kt
|
||||
<out T> public abstract interface Strange {
|
||||
public abstract function foo(): R|T|
|
||||
public abstract fun foo(): R|T|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user