KT element: KtParenthesizedExpression
FIR element: FirFunctionCallImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
Int(2).R|kotlin/Int.unaryPlus|().R|kotlin/Int.unaryMinus|()

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] unaryOnComplexIntLiteral4.kt
    public final [ResolvedTo(BODY_RESOLVE)] fun main(): R|kotlin/Unit| {
        Int(-2)
    }
    @Retention[Unresolved](LAZY_EXPRESSION) @Target[Unresolved](LAZY_EXPRESSION) public final? [ResolvedTo(RAW_FIR)] annotation class Anno : R|kotlin/Annotation| {
        public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=Anno] constructor(): R|Anno| {
            LAZY_super<R|kotlin/Any|>
        }

    }
