Raw FIR: add Any/Enum/Annotation to supertypes iff no supertypes exists

This commit is contained in:
Mikhail Glukhikh
2019-04-02 15:16:12 +03:00
parent 7dd89a48f0
commit 33729aaf9b
36 changed files with 75 additions and 63 deletions
@@ -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|
}