KaKotlinPropertySymbol:
  annotations: []
  backingFieldSymbol: KaBackingFieldSymbol:
    annotations: []
    callableId: null
    compilerVisibility: Private
    contextReceivers: []
    isActual: false
    isExpect: false
    isExtension: false
    isVal: true
    location: PROPERTY
    modality: FINAL
    name: field
    origin: PROPERTY_BACKING_FIELD
    owningProperty: KaKotlinPropertySymbol(/i)
    receiverParameter: null
    returnType: KaUsualClassType:
      annotations: []
      typeArguments: []
      type: kotlin/Int
    visibility: PRIVATE
    getContainingFileSymbol: KaFileSymbol(valPropertyWithSetter.kt)
    getContainingJvmClassName: ValPropertyWithSetterKt
    getContainingModule: KaSourceModule "Sources of main"
    deprecationStatus: null
  callableId: /i
  compilerVisibility: Public
  contextParameters: []
  contextReceivers: []
  getter: KaPropertyGetterSymbol:
    annotations: []
    callableId: null
    compilerVisibility: Public
    contextReceivers: []
    hasStableParameterNames: true
    isActual: false
    isExpect: false
    isExtension: false
    isInline: false
    isNotDefault: false
    isOverride: false
    location: PROPERTY
    modality: FINAL
    origin: SOURCE
    receiverParameter: null
    returnType: KaUsualClassType:
      annotations: []
      typeArguments: []
      type: kotlin/Int
    valueParameters: []
    visibility: PUBLIC
    getContainingFileSymbol: KaFileSymbol(valPropertyWithSetter.kt)
    getContainingJvmClassName: ValPropertyWithSetterKt
    getContainingModule: KaSourceModule "Sources of main"
    deprecationStatus: null
  hasBackingField: true
  hasGetter: true
  hasSetter: false
  initializer: KaConstantInitializerValue(0)
  isActual: false
  isConst: false
  isDelegatedProperty: false
  isExpect: false
  isExtension: false
  isExternal: false
  isFromPrimaryConstructor: false
  isLateInit: false
  isOverride: false
  isStatic: false
  isVal: true
  location: TOP_LEVEL
  modality: FINAL
  name: i
  origin: SOURCE
  receiverParameter: null
  returnType: KaUsualClassType:
    annotations: []
    typeArguments: []
    type: kotlin/Int
  setter: null
  typeParameters: []
  visibility: PUBLIC
  getContainingFileSymbol: KaFileSymbol(valPropertyWithSetter.kt)
  getContainingJvmClassName: ValPropertyWithSetterKt
  getContainingModule: KaSourceModule "Sources of main"
  deprecationStatus: null
  getterDeprecationStatus: null
  javaGetterName: getI
  javaSetterName: null
  setterDeprecationStatus: null
  isInline: false