[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
View File
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
class TestInitVarFromParameter(var x: Int)
class TestInitVarInClass {