14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
KT element: KtIfExpression
|
|
FIR element: FirWhenExpressionImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
when () {
|
|
(R|<local>/x| is R|kotlin/String|) -> {
|
|
String(1)
|
|
}
|
|
else -> {
|
|
String(2)
|
|
}
|
|
}
|