[FIR] Handle open in interface correctly during status resolve

This commit is contained in:
Mikhail Glukhikh
2020-08-20 14:25:40 +03:00
parent 8e2c5bf4fe
commit 99d2fd7c4d
6 changed files with 75 additions and 6 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface One {
public open fun foo() : Int
public open fun faz() : Int = 10