Files
kotlin-fork/analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParametersScript.txt
T
2023-10-19 14:34:35 +00:00

8 lines
433 B
Plaintext
Vendored

BEFORE MODIFICATION:
public final [ResolvedTo(BODY_RESOLVE)] fun R|MyProducer|.testFun([ResolvedTo(BODY_RESOLVE)] param1: R|kotlin/Int| = this@R|/testFun|.R|/MyProducer.produce|()): R|kotlin/Unit| {
Int(42)
}
AFTER MODIFICATION:
public final [ResolvedTo(ANNOTATION_ARGUMENTS)] fun R|MyProducer|.testFun([ResolvedTo(BODY_RESOLVE)] param1: R|kotlin/Int| = this@R|/testFun|.R|/MyProducer.produce|()): R|kotlin/Unit| { LAZY_BLOCK }