Files
kotlin-fork/analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContractScript.txt
T
Dmitrii Gridin 33e6a85a2d [LL FIR] rename testdata to testData to avoid copyright generation
We exclude testData pattern from copyright scope
2023-09-18 21:12:45 +00:00

16 lines
559 B
Plaintext
Vendored

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|)
}
Int(42)
}
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 }