FIR: make rendering of type parameters similar to original Kotlin
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FILE: Strange.kt
|
||||
<out T> public abstract interface Strange : R|kotlin/Any| {
|
||||
public abstract interface Strange<out T> : R|kotlin/Any| {
|
||||
public abstract fun foo(): R|T|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user