53e89a9722
FirConstExpression is usually confused with "constant" calculations, while in fact, it just denotes a simple literal expression and `1 + 1` isn't represented by a FirConstExpression. ^KT-64314 Fixed
15 lines
403 B
Plaintext
Vendored
15 lines
403 B
Plaintext
Vendored
KT element: KtValueArgument
|
|
FIR element: FirLiteralExpressionImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
Int(1)
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] callArgument.kt
|
|
public final [ResolvedTo(CONTRACTS)] fun y([ResolvedTo(CONTRACTS)] a: R|kotlin/Int|): R|kotlin/Unit| {
|
|
}
|
|
public final [ResolvedTo(BODY_RESOLVE)] fun x(): R|kotlin/Unit| {
|
|
R|/y|(Int(1))
|
|
}
|