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