FIR2IR: scan the entire interface tree for delegatable members

This commit is contained in:
pyos
2020-08-14 10:53:18 +02:00
committed by Mikhail Glukhikh
parent 99d2fd7c4d
commit 5722f889d8
5 changed files with 48 additions and 20 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface First {
public open fun foo() : Int
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
package test
interface TextField {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface A {
fun test(): String
}
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// SKIP_JDK6
// TARGET_BACKEND: JVM
// FILE: Base.java