FIR body resolve: support variable assignments

This commit is contained in:
Mikhail Glukhikh
2019-03-28 20:21:41 +03:00
parent c56b471b71
commit 141e8d553e
2 changed files with 33 additions and 19 deletions
@@ -4,7 +4,7 @@ FILE: noPrimaryConstructor.kt
public get(): R|kotlin/String|
public constructor(x: R|kotlin/String|): super<R|kotlin/Any|>() {
this#.x# = R|<local>/x|
this#.R|/NoPrimary.x| = R|<local>/x|
}
public constructor(): this<R|NoPrimary|>(String())