[FIR] Provide dispatch receiver for 'field' synthetic variable

This commit is contained in:
Mikhail Glukhikh
2020-03-16 16:53:06 +03:00
parent 049bc6a431
commit 1036d8a35a
9 changed files with 7 additions and 241 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
class My {
val my: String = "O"
get() = field + "K"