KaType
KaDefinitelyNotNullType:
  abbreviation: null
  annotations: []
  original: KaTypeParameterType:
    abbreviation: null
    annotations: []
    name: T
    symbol: KaTypeParameterSymbol:
      anchorPsi: KtTypeParameter
      annotations: []
      isActual: false
      isExpect: false
      isExternal: false
      isReified: false
      location: LOCAL
      modality: FINAL
      name: T
      origin: SOURCE
      psi: KtTypeParameter
      realPsi: KtTypeParameter
      upperBounds: [
        KaUsualClassType:
          abbreviation: null
          annotations: []
          classId: kotlin/Int
          qualifiers: [
            KaResolvedClassTypeQualifier:
              name: Int
              symbol: KaNamedClassSymbol(kotlin/Int)
              typeArguments: []
          ]
          symbol: KaNamedClassSymbol(kotlin/Int)
          typeArguments: []
          isMarkedNullable: true
          isNullable: true
          hasFlexibleNullability: false
      ]
      variance: INVARIANT
      visibility: LOCAL
    isMarkedNullable: false
    isNullable: true
    hasFlexibleNullability: false
  isMarkedNullable: false
  isNullable: false
  hasFlexibleNullability: false

Rendered type:
T & kotlin.Any
