33e6a85a2d
We exclude testData pattern from copyright scope
17 lines
599 B
Plaintext
Vendored
17 lines
599 B
Plaintext
Vendored
KT element: KtBinaryExpression
|
|
FIR element: FirFunctionCallImpl
|
|
FIR source kind: DesugaredCompoundAssignment
|
|
|
|
FIR element rendered:
|
|
R|<local>/l|.R|/A.plusAssign|(Int(1))
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] compoundAssignOnVal.kt
|
|
public abstract [ResolvedTo(STATUS)] interface A : R|kotlin/Any| {
|
|
public abstract operator [ResolvedTo(CONTRACTS)] fun plusAssign([ResolvedTo(CONTRACTS)] i: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
}
|
|
public final [ResolvedTo(BODY_RESOLVE)] fun test([ResolvedTo(BODY_RESOLVE)] l: R|A|): R|kotlin/Unit| {
|
|
R|<local>/l|.R|/A.plusAssign|(Int(1))
|
|
}
|