e354b2a900
Now we will invalidate bodies for FIR declarations immediately after in-block modifications in these declarations We assume that such in-block modifications can happen only under write action, so it should be safe to make changes for FirFile ^KT-59687 Fixed ^KT-59199 Fixed ^KTIJ-26066 Fixed
15 lines
547 B
Plaintext
15 lines
547 B
Plaintext
BEFORE MODIFICATION:
|
|
public final [ResolvedTo(BODY_RESOLVE)] fun passLambdaValue([ResolvedTo(BODY_RESOLVE)] l: R|kotlin/contracts/ContractBuilder.() -> kotlin/Unit|): R|kotlin/Unit|
|
|
[Contract description] <
|
|
R|kotlin/contracts/contract|(R|<local>/l|)
|
|
>
|
|
{
|
|
{
|
|
R|kotlin/contracts/contract|(R|<local>/l|)
|
|
}
|
|
|
|
}
|
|
|
|
AFTER MODIFICATION:
|
|
public final [ResolvedTo(ARGUMENTS_OF_ANNOTATIONS)] fun passLambdaValue([ResolvedTo(BODY_RESOLVE)] l: R|kotlin/contracts/ContractBuilder.() -> kotlin/Unit|): R|kotlin/Unit| { LAZY_BLOCK }
|