KtTypeParameterSymbol:
  annotationsList: [
    org/jetbrains/annotations/NotNull()
      psi: KtAnnotationEntry
  ]
  isReified: false
  name: T
  origin: SOURCE
  typeParameters: []
  upperBounds: []
  variance: INVARIANT
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtTypeParameterSymbol:
  annotationsList: []
  isReified: false
  name: R
  origin: SOURCE
  typeParameters: []
  upperBounds: []
  variance: INVARIANT
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtNamedClassOrObjectSymbol:
  annotationsList: []
  classIdIfNonLocal: A
  classKind: CLASS
  companionObject: null
  contextReceivers: []
  isData: false
  isExternal: false
  isFun: false
  isInline: false
  isInner: false
  modality: FINAL
  name: A
  origin: SOURCE
  superTypes: [
    KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: kotlin/Any
  ]
  symbolKind: TOP_LEVEL
  typeParameters: [
    KtTypeParameterSymbol(T)
    KtTypeParameterSymbol(R)
  ]
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  annotationApplicableTargets: null
  deprecationStatus: null