FIR: Fix callable references resolution when they're being returned from lambdas

This commit is contained in:
Denis.Zharkov
2021-01-13 21:28:23 +03:00
parent 0e368cc237
commit ad30c6c380
7 changed files with 19 additions and 56 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: 1.kt
package test
@@ -38,4 +37,4 @@ class A {
fun box(): String {
A().test()
return result
}
}