KtKotlinPropertySymbol:
  annotationsList: []
  callableIdIfNonLocal: /Foo.i
  getter: KtPropertyGetterSymbol(<getter>)
  hasBackingField: true
  hasGetter: true
  hasSetter: true
  initializer: null
  isConst: false
  isDelegatedProperty: false
  isExtension: false
  isFromPrimaryConstructor: false
  isLateInit: false
  isOverride: false
  isStatic: false
  isVal: false
  modality: FINAL
  name: i
  origin: SOURCE
  receiverType: null
  returnType: kotlin/Int
  setter: KtPropertySetterSymbol(<setter>)
  symbolKind: CLASS_MEMBER
  typeParameters: []
  visibility: Public
  getDispatchReceiver(): Foo
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null
  getterDeprecationStatus: null
  javaGetterName: getMyI
  javaSetterName: setMyI
  setterDeprecationStatus: null

KtPropertyGetterSymbol:
  annotationsList: [
    kotlin/jvm/JvmName(name = "getMyJ")
      psi: KtAnnotationEntry
  ]
  callableIdIfNonLocal: null
  hasBody: true
  hasStableParameterNames: true
  isDefault: false
  isExtension: false
  isInline: false
  isOverride: false
  modality: FINAL
  origin: SOURCE
  receiverType: null
  returnType: kotlin/Int
  symbolKind: ACCESSOR
  valueParameters: []
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtValueParameterSymbol:
  annotationsList: []
  callableIdIfNonLocal: null
  hasDefaultValue: false
  isExtension: false
  isImplicitLambdaParameter: false
  isVararg: false
  name: value
  origin: SOURCE
  receiverType: null
  returnType: kotlin/Int
  symbolKind: LOCAL
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtPropertySetterSymbol:
  annotationsList: [
    kotlin/jvm/JvmName(name = "setMyJ")
      psi: KtAnnotationEntry
  ]
  callableIdIfNonLocal: null
  hasBody: true
  hasStableParameterNames: true
  isDefault: false
  isExtension: false
  isInline: false
  isOverride: false
  modality: FINAL
  origin: SOURCE
  parameter: KtValueParameterSymbol(value)
  receiverType: null
  returnType: kotlin/Unit
  symbolKind: ACCESSOR
  valueParameters: [
    KtValueParameterSymbol(value)
  ]
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtKotlinPropertySymbol:
  annotationsList: []
  callableIdIfNonLocal: /Foo.j
  getter: KtPropertyGetterSymbol(<getter>)
  hasBackingField: false
  hasGetter: true
  hasSetter: true
  initializer: null
  isConst: false
  isDelegatedProperty: false
  isExtension: false
  isFromPrimaryConstructor: false
  isLateInit: false
  isOverride: false
  isStatic: false
  isVal: false
  modality: FINAL
  name: j
  origin: SOURCE
  receiverType: null
  returnType: kotlin/Int
  setter: KtPropertySetterSymbol(<setter>)
  symbolKind: CLASS_MEMBER
  typeParameters: []
  visibility: Public
  getDispatchReceiver(): Foo
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null
  getterDeprecationStatus: null
  javaGetterName: getMyJ
  javaSetterName: setMyJ
  setterDeprecationStatus: null

KtNamedClassOrObjectSymbol:
  annotationsList: []
  classIdIfNonLocal: Foo
  classKind: CLASS
  companionObject: null
  isData: false
  isExternal: false
  isFun: false
  isInline: false
  isInner: false
  modality: FINAL
  name: Foo
  origin: SOURCE
  superTypes: [
    kotlin/Any
  ]
  symbolKind: TOP_LEVEL
  typeParameters: []
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null
