Return "FIR resolve: support variable assignments" with full completion

This commit is contained in:
Simon Ogorodnik
2019-04-11 14:34:18 +03:00
committed by Mikhail Glukhikh
parent c6aff9380b
commit 95011b1076
4 changed files with 47 additions and 26 deletions
@@ -5,7 +5,7 @@ FILE: noPrimaryConstructor.kt
public constructor(x: R|kotlin/String|): R|NoPrimary| {
super<R|kotlin/Any|>()
this#.x# = R|<local>/x|
this#.R|/NoPrimary.x| = R|<local>/x|
}
public constructor(): R|NoPrimary| {