[FIR2IR] Fix generation of accessors' extension receiver (f/o case)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
interface I {
|
||||
val String.foo: String
|
||||
get() = this + ";" + bar()
|
||||
|
||||
Reference in New Issue
Block a user