KT element: KtTypeParameter
FIR element: FirTypeParameterImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
[ResolvedTo(ANNOTATION_ARGUMENTS)] T

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] classTypeParemeter.kt
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] class X<[ResolvedTo(ANNOTATION_ARGUMENTS)] T> : R|kotlin/Any| {
        public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=X] constructor<[ResolvedTo(ANNOTATION_ARGUMENTS)] T>(): R|X<T>| {
            LAZY_super<R|kotlin/Any|>
        }

    }