[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
@@ -106,7 +106,7 @@ class Case3() {
fun foo() {
<!UNRESOLVED_REFERENCE!>baseFun<!>() //UNRESOLVED_REFERENCE
val x = <!UNRESOLVED_REFERENCE!>property<!> //UNRESOLVED_REFERENCE
zoo()
<!UNRESOLVED_REFERENCE!>zoo<!>()
hoo()
}
}