[FIR] Consider enum entry nested classes as local

This commit is contained in:
Mikhail Glukhikh
2020-06-04 11:29:20 +03:00
parent 8a456f578d
commit 3567880303
7 changed files with 7 additions and 7 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface IFoo {
fun foo(): String
}