33e6a85a2d
We exclude testData pattern from copyright scope
34 lines
1.3 KiB
Plaintext
Vendored
34 lines
1.3 KiB
Plaintext
Vendored
BEFORE MODIFICATION:
|
|
public final [ResolvedTo(BODY_RESOLVE)] var x: R|kotlin/Int|
|
|
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=A] get(): R|kotlin/Int|
|
|
[Contract description] <
|
|
<Unresolved name: contract>#(<L> = [ResolvedTo(RAW_FIR)] contract@fun <anonymous>(): <ERROR TYPE REF: Unresolved name: req> <inline=Unknown> {
|
|
^ <Unresolved name: req>#
|
|
}
|
|
)
|
|
>
|
|
{
|
|
{
|
|
contract#(<L> = [ResolvedTo(BODY_RESOLVE)] contract@fun <implicit>.<anonymous>(): <implicit> <inline=Unknown> {
|
|
req#
|
|
}
|
|
)
|
|
}
|
|
|
|
local final [ResolvedTo(BODY_RESOLVE)] fun doSmth([ResolvedTo(BODY_RESOLVE)] i: R|kotlin/String|): R|kotlin/Int| {
|
|
^doSmth Int(4)
|
|
}
|
|
|
|
^ R|<local>/doSmth|(String(str))
|
|
}
|
|
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=A] set([ResolvedTo(BODY_RESOLVE)] value: R|kotlin/Int|): R|kotlin/Unit| {
|
|
^ Q|kotlin/Unit|
|
|
}
|
|
|
|
AFTER MODIFICATION:
|
|
public final [ResolvedTo(ARGUMENTS_OF_ANNOTATIONS)] var x: R|kotlin/Int|
|
|
public [ResolvedTo(ARGUMENTS_OF_ANNOTATIONS)] [ContainingClassKey=A] get(): R|kotlin/Int| { LAZY_BLOCK }
|
|
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=A] set([ResolvedTo(BODY_RESOLVE)] value: R|kotlin/Int|): R|kotlin/Unit| {
|
|
^ Q|kotlin/Unit|
|
|
}
|