Raw FIR: add Any/Enum/Annotation to supertypes iff no supertypes exists
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FILE: Strange.kt
|
||||
<out T> public abstract interface Strange {
|
||||
<out T> public abstract interface Strange : R|kotlin/Any| {
|
||||
public abstract fun foo(): R|T|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user