FIR2IR: fix dispatch receiver generation (non-function case)

This commit is contained in:
Mikhail Glukhikh
2020-02-04 13:14:48 +03:00
parent b09b2673bf
commit f7d658b624
4 changed files with 14 additions and 7 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class A {
open val foo: String = "OK"
}