KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: /foo
  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: foo
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: kotlin/Unit
  symbolKind: TOP_LEVEL
  typeParameters: []
  valueParameters: []
  visibility: Public
  getContainingFileSymbol: KtFileSymbol(script.kts)
  getContainingJvmClassName: null
  getContainingModule: KtScriptModule "Script script.kts"
  deprecationStatus: null

KtKotlinPropertySymbol:
  annotationsList: []
  backingFieldSymbol: KtBackingFieldSymbol:
    annotationsList: []
    callableIdIfNonLocal: null
    contextReceivers: []
    isExtension: false
    name: field
    origin: PROPERTY_BACKING_FIELD
    owningProperty: KtKotlinPropertySymbol(/b)
    receiverParameter: null
    returnType: KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: kotlin/Int
    symbolKind: LOCAL
    typeParameters: []
    getContainingFileSymbol: KtFileSymbol(script.kts)
    getContainingJvmClassName: null
    getContainingModule: KtScriptModule "Script script.kts"
    deprecationStatus: null
  callableIdIfNonLocal: /b
  contextReceivers: []
  getter: KtPropertyGetterSymbol:
    annotationsList: []
    callableIdIfNonLocal: null
    contextReceivers: []
    hasBody: false
    hasStableParameterNames: true
    isDefault: true
    isExtension: false
    isInline: false
    isOverride: false
    modality: FINAL
    origin: SOURCE
    receiverParameter: null
    returnType: KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: kotlin/Int
    symbolKind: ACCESSOR
    typeParameters: []
    valueParameters: []
    visibility: Public
    getContainingFileSymbol: KtFileSymbol(script.kts)
    getContainingJvmClassName: null
    getContainingModule: KtScriptModule "Script script.kts"
    deprecationStatus: null
  hasBackingField: true
  hasGetter: true
  hasSetter: false
  initializer: KtConstantInitializerValue(42)
  isActual: false
  isConst: false
  isDelegatedProperty: false
  isExpect: false
  isExtension: false
  isFromPrimaryConstructor: false
  isLateInit: false
  isOverride: false
  isStatic: false
  isVal: true
  modality: FINAL
  name: b
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: kotlin/Int
  setter: null
  symbolKind: TOP_LEVEL
  typeParameters: []
  visibility: Public
  getContainingFileSymbol: KtFileSymbol(script.kts)
  getContainingJvmClassName: null
  getContainingModule: KtScriptModule "Script script.kts"
  deprecationStatus: null
  getterDeprecationStatus: null
  javaGetterName: getB
  javaSetterName: null
  setterDeprecationStatus: null

KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: /C.member
  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: member
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: kotlin/Unit
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: []
  visibility: Public
  getDispatchReceiver(): KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: C
  getContainingFileSymbol: KtFileSymbol(script.kts)
  getContainingJvmClassName: C
  getContainingModule: KtScriptModule "Script script.kts"
  deprecationStatus: null

KtKotlinPropertySymbol:
  annotationsList: []
  backingFieldSymbol: KtBackingFieldSymbol:
    annotationsList: []
    callableIdIfNonLocal: null
    contextReceivers: []
    isExtension: false
    name: field
    origin: PROPERTY_BACKING_FIELD
    owningProperty: KtKotlinPropertySymbol(/C.prop)
    receiverParameter: null
    returnType: KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: kotlin/Unit
    symbolKind: LOCAL
    typeParameters: []
    getContainingFileSymbol: KtFileSymbol(script.kts)
    getContainingJvmClassName: C
    getContainingModule: KtScriptModule "Script script.kts"
    deprecationStatus: null
  callableIdIfNonLocal: /C.prop
  contextReceivers: []
  getter: KtPropertyGetterSymbol:
    annotationsList: []
    callableIdIfNonLocal: null
    contextReceivers: []
    hasBody: false
    hasStableParameterNames: true
    isDefault: true
    isExtension: false
    isInline: false
    isOverride: false
    modality: FINAL
    origin: SOURCE
    receiverParameter: null
    returnType: KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: kotlin/Unit
    symbolKind: ACCESSOR
    typeParameters: []
    valueParameters: []
    visibility: Public
    getDispatchReceiver(): KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: C
    getContainingFileSymbol: KtFileSymbol(script.kts)
    getContainingJvmClassName: C
    getContainingModule: KtScriptModule "Script script.kts"
    deprecationStatus: null
  hasBackingField: true
  hasGetter: true
  hasSetter: false
  initializer: KtNonConstantInitializerValue(foo())
  isActual: false
  isConst: false
  isDelegatedProperty: false
  isExpect: false
  isExtension: false
  isFromPrimaryConstructor: false
  isLateInit: false
  isOverride: false
  isStatic: false
  isVal: true
  modality: FINAL
  name: prop
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: kotlin/Unit
  setter: null
  symbolKind: CLASS_MEMBER
  typeParameters: []
  visibility: Public
  getDispatchReceiver(): KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: C
  getContainingFileSymbol: KtFileSymbol(script.kts)
  getContainingJvmClassName: C
  getContainingModule: KtScriptModule "Script script.kts"
  deprecationStatus: null
  getterDeprecationStatus: null
  javaGetterName: getProp
  javaSetterName: null
  setterDeprecationStatus: null

KtNamedClassOrObjectSymbol:
  annotationsList: []
  classIdIfNonLocal: C
  classKind: CLASS
  companionObject: null
  contextReceivers: []
  isActual: false
  isData: false
  isExpect: false
  isExternal: false
  isFun: false
  isInline: false
  isInner: false
  modality: FINAL
  name: C
  origin: SOURCE
  superTypes: [
    KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: kotlin/Any
  ]
  symbolKind: TOP_LEVEL
  typeParameters: []
  visibility: Public
  getContainingFileSymbol: KtFileSymbol(script.kts)
  getContainingModule: KtScriptModule "Script script.kts"
  annotationApplicableTargets: null
  deprecationStatus: null

KtScriptSymbol:
  annotationsList: []
  name: <script-script.kts>
  origin: SOURCE
  typeParameters: []
  getContainingFileSymbol: KtFileSymbol(script.kts)
  getContainingModule: KtScriptModule "Script script.kts"
  deprecationStatus: null
