FIR body resolve: support variable assignments
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user