[FIR] Optimization & checking fix: remove usage of dispatchReceiverValue
This commit is contained in:
committed by
Mikhail Glukhikh
parent
686965c0d3
commit
5e426fdc71
@@ -5,8 +5,8 @@ FILE: jvm.kt
|
||||
}
|
||||
|
||||
public final fun test(): R|kotlin/Unit| {
|
||||
lval x: R|kotlin/String| = this@R|/Annotated|.R|/Annotated.foo|(String(123))
|
||||
lval y: R|kotlin/String| = this@R|/Annotated|.R|/Annotated.foo|(Null(null))
|
||||
lval x: R|kotlin/String| = this@R|/User|.R|/Annotated.foo|(String(123))
|
||||
lval y: R|kotlin/String| = this@R|/User|.R|/Annotated.foo|(Null(null))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user