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

KtLocalVariableSymbol:
  annotationsList: []
  callableIdIfNonLocal: null
  contextReceivers: []
  isExtension: false
  isVal: true
  name: x
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: kotlin/Int
  symbolKind: LOCAL
  typeParameters: []
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: /f
  contextReceivers: []
  contractEffects: []
  hasStableParameterNames: true
  isActual: false
  isBuiltinFunctionInvoke: false
  isExpect: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: FINAL
  name: f
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: kotlin/Unit
  symbolKind: TOP_LEVEL
  typeParameters: []
  valueParameters: []
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null