33e6a85a2d
We exclude testData pattern from copyright scope
8 lines
442 B
Plaintext
Vendored
8 lines
442 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(ANNOTATIONS_ARGUMENTS_MAPPING)] fun R|MyProducer|.testFun([ResolvedTo(BODY_RESOLVE)] param1: R|kotlin/Int| = this@R|/testFun|.R|/MyProducer.produce|()): R|kotlin/Unit| { LAZY_BLOCK }
|