[FIR] Extract LHS receiver of assignment operator statements
#KT-53490 Fixed
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
FILE: main.kt
|
||||
public final fun main(j: R|JavaClass|): R|kotlin/Unit| {
|
||||
R|<local>/j|.R|/JavaClass.foo| = R|<local>/j|.R|/JavaClass.foo|.R|kotlin/String.plus|(String(OK))
|
||||
{
|
||||
lval <receiver>: R|JavaClass| = R|<local>/j|
|
||||
R|<local>/<receiver>|.R|/JavaClass.foo| = R|<local>/<receiver>|.R|/JavaClass.foo|.R|kotlin/String.plus|(String(OK))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user