FIR2IR: set 'SetField' type to Unit, convert explicit 'this' references

This commit is contained in:
Mikhail Glukhikh
2019-08-26 19:32:21 +03:00
parent 6604539154
commit da22898a19
53 changed files with 171 additions and 262 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
class Test1(val x: Int, val y: Int)
class Test2(x: Int, val y: Int) {