[FIR2IR] Fix generation of accessors' extension receiver (f/o case)

This commit is contained in:
Mikhail Glukhikh
2020-09-10 14:59:51 +03:00
parent 36d2129fd3
commit ec93e5886a
7 changed files with 5 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface I {
val String.foo: String
get() = this + ";" + bar()