Raw FIR: add kotlin.Any super class if no super classes are visible

This commit is contained in:
Mikhail Glukhikh
2019-03-21 16:30:16 +03:00
parent db6a7779b8
commit 0546548ff3
78 changed files with 133 additions and 129 deletions
@@ -1,7 +1,7 @@
FILE: Base.kt
public abstract interface First {
}
public open class Second {
public open class Second : R|kotlin/Any| {
public constructor(): super<R|kotlin/Any|>()
public open fun R|First|.foo(s: R|kotlin/String|, i: R|kotlin/Int|): R|kotlin/Unit| {