FIR2IR: handle non-ambiguous super references properly

This commit is contained in:
Mikhail Glukhikh
2020-02-04 12:39:30 +03:00
parent 71b0840ef9
commit b09b2673bf
7 changed files with 20 additions and 10 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface I
class C : I { fun foo() = super<I>.hashCode() }