3817f37011
^KT-62679
8 lines
433 B
Plaintext
Vendored
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 }
|