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
12 lines
355 B
Plaintext
Vendored
12 lines
355 B
Plaintext
Vendored
KT element: KtConstantExpression
|
|
FIR element: FirLiteralExpressionImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
Boolean(true)
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] boolLiteral.kt
|
|
public final [ResolvedTo(BODY_RESOLVE)] val x: R|kotlin/Boolean| = Boolean(true)
|
|
public [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/Boolean|
|