Raw FIR: add Any/Enum/Annotation to supertypes iff no supertypes exists
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FILE: Base.kt
|
||||
public abstract interface First {
|
||||
public abstract interface First : R|kotlin/Any| {
|
||||
}
|
||||
public open class Second : R|kotlin/Any| {
|
||||
public constructor(): super<R|kotlin/Any|>()
|
||||
|
||||
Reference in New Issue
Block a user