[FIR] Don't store class functions in local scope

This commit is contained in:
Mikhail Glukhikh
2020-04-08 17:26:29 +03:00
parent 19d0d42b9e
commit 14731527ed
6 changed files with 9 additions and 11 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface T {
fun result(): String
}