Revert "FIR body resolve: support variable assignments"

Performed to make long branch rebasing easier
This reverts commit af8c3788
This commit is contained in:
Simon Ogorodnik
2019-04-11 13:59:19 +03:00
committed by Mikhail Glukhikh
parent 935c21f906
commit f1eb66819b
2 changed files with 24 additions and 33 deletions
@@ -5,7 +5,7 @@ FILE: noPrimaryConstructor.kt
public constructor(x: R|kotlin/String|): R|NoPrimary| {
super<R|kotlin/Any|>()
this#.R|/NoPrimary.x| = R|<local>/x|
this#.x# = R|<local>/x|
}
public constructor(): R|NoPrimary| {