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: [
    KaClassErrorType:
      annotations: []
      type: ERROR_TYPE
  ]
  variance: INVARIANT
  visibility: LOCAL
  getContainingFileSymbol: KaFileSymbol(typeParameters.kt)
  getContainingModule: KaSourceModule "Sources of main"
  deprecation: null
  importableFqName: null

KaLocalVariableSymbol:
  anchorPsi: KtProperty
  annotations: []
  callableId: null
  contextParameters: []
  contextReceivers: []
  isActual: false
  isCompanion: false
  isDelegated: false
  isExpect: false
  isExtension: false
  isExternal: false
  isLateInit: false
  isVal: true
  location: LOCAL
  modality: FINAL
  name: x
  origin: SOURCE
  psi: KtProperty
  realPsi: KtProperty
  receiverParameter: null
  returnType: KaUsualClassType:
    annotations: []
    typeArguments: []
    type: kotlin/Int
  typeParameters: []
  visibility: LOCAL
  getContainingFileSymbol: KaFileSymbol(typeParameters.kt)
  getContainingJvmClassName: null
  getContainingModule: KaSourceModule "Sources of main"
  deprecation: null
  importableFqName: null

KaNamedFunctionSymbol:
  anchorPsi: KtNamedFunction
  annotations: []
  callableId: /f
  contextParameters: []
  contextReceivers: []
  contractEffects: []
  hasStableParameterNames: true
  isActual: false
  isBuiltinFunctionInvoke: false
  isCompanion: false
  isExpect: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  isTailRec: false
  location: TOP_LEVEL
  modality: FINAL
  name: f
  origin: SOURCE
  psi: KtNamedFunction
  realPsi: KtNamedFunction
  receiverParameter: null
  returnType: KaUsualClassType:
    annotations: []
    typeArguments: []
    type: kotlin/Unit
  typeParameters: []
  valueParameters: []
  visibility: PUBLIC
  getContainingFileSymbol: KaFileSymbol(typeParameters.kt)
  getContainingJvmClassName: TypeParametersKt
  canBeOperator: false
  getContainingModule: KaSourceModule "Sources of main"
  deprecation: null
  returnValueStatus: Unspecified
  javaMethodName: f
  importableFqName: f
