KaKotlinPropertySymbol:
  anchorPsi: KtProperty
  annotations: [
    test/RegularAnno()
      psi: KtAnnotationEntry
  ]
  backingFieldSymbol: KaBackingFieldSymbol:
    anchorPsi: KtProperty
    annotations: []
    callableId: null
    contextParameters: []
    contextReceivers: []
    isActual: false
    isCompanion: false
    isDelegated: false
    isExpect: false
    isExtension: false
    isExternal: false
    isNotDefault: false
    isVal: true
    location: PROPERTY
    modality: FINAL
    name: field
    origin: PROPERTY_BACKING_FIELD
    owningProperty: KaKotlinPropertySymbol(test/MyInterface.property)
    psi: null
    realPsi: null
    receiverParameter: null
    returnType: KaUsualClassType:
      annotations: [
        test/TypeAnno()
          psi: KtAnnotationEntry
      ]
      typeArguments: []
      type: @R|test/TypeAnno|()  kotlin/String
    typeParameters: []
    visibility: PRIVATE
    getDispatchReceiver(): KaUsualClassType:
      annotations: []
      typeArguments: []
      type: test/MyInterface
    getContainingFileSymbol: KaFileSymbol(annotatedReturnType.kt)
    getContainingJvmClassName: test.MyInterface
    getContainingModule: KaSourceModule "Sources of main"
    deprecation: null
    importableFqName: null
  callableId: test/MyInterface.property
  contextParameters: []
  contextReceivers: []
  getter: KaPropertyGetterSymbol:
    anchorPsi: KtProperty
    annotations: []
    callableId: null
    contextParameters: []
    contextReceivers: []
    hasStableParameterNames: true
    isActual: false
    isCompanion: false
    isExpect: false
    isExtension: false
    isExternal: false
    isInline: false
    isNotDefault: false
    isOverride: false
    location: PROPERTY
    modality: ABSTRACT
    origin: SOURCE
    psi: null
    realPsi: null
    receiverParameter: null
    returnType: KaUsualClassType:
      annotations: [
        test/TypeAnno()
          psi: KtAnnotationEntry
      ]
      typeArguments: []
      type: @R|test/TypeAnno|()  kotlin/String
    typeParameters: []
    valueParameters: []
    visibility: PUBLIC
    getDispatchReceiver(): KaUsualClassType:
      annotations: []
      typeArguments: []
      type: test/MyInterface
    getContainingFileSymbol: KaFileSymbol(annotatedReturnType.kt)
    getContainingJvmClassName: test.MyInterface
    getContainingModule: KaSourceModule "Sources of main"
    deprecation: null
    javaMethodName: getProperty
    importableFqName: null
  hasBackingField: false
  hasGetter: true
  hasSetter: false
  initializer: null
  isActual: false
  isCompanion: false
  isConst: false
  isDelegated: false
  isExpect: false
  isExtension: false
  isExternal: false
  isLateInit: false
  isOverride: false
  isStatic: false
  isVal: true
  location: CLASS
  modality: ABSTRACT
  name: property
  origin: SOURCE
  primaryConstructorParameter: null
  psi: KtProperty
  realPsi: KtProperty
  receiverParameter: null
  returnType: KaUsualClassType:
    annotations: [
      test/TypeAnno()
        psi: KtAnnotationEntry
    ]
    typeArguments: []
    type: @R|test/TypeAnno|()  kotlin/String
  setter: null
  typeParameters: []
  visibility: PUBLIC
  getDispatchReceiver(): KaUsualClassType:
    annotations: []
    typeArguments: []
    type: test/MyInterface
  getContainingFileSymbol: KaFileSymbol(annotatedReturnType.kt)
  getContainingJvmClassName: test.MyInterface
  getContainingModule: KaSourceModule "Sources of main"
  deprecation: null
  isInline: false
  importableFqName: null

KaNamedFunctionSymbol:
  anchorPsi: KtNamedFunction
  annotations: [
    test/RegularAnno()
      psi: KtAnnotationEntry
  ]
  callableId: test/MyInterface.function
  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: CLASS
  modality: ABSTRACT
  name: function
  origin: SOURCE
  psi: KtNamedFunction
  realPsi: KtNamedFunction
  receiverParameter: null
  returnType: KaUsualClassType:
    annotations: [
      test/TypeAnno()
        psi: KtAnnotationEntry
    ]
    typeArguments: []
    type: @R|test/TypeAnno|()  kotlin/Int
  typeParameters: []
  valueParameters: [
    KaValueParameterSymbol:
      anchorPsi: KtParameter
      annotations: [
        test/RegularAnno()
          psi: KtAnnotationEntry
      ]
      callableId: null
      contextParameters: []
      contextReceivers: []
      hasDeclaredDefaultValue: false
      hasDefaultValue: false
      isActual: false
      isCompanion: false
      isCrossinline: false
      isDelegated: false
      isExpect: false
      isExtension: false
      isExternal: false
      isImplicitLambdaParameter: false
      isNoinline: false
      isVal: true
      isVararg: false
      location: LOCAL
      modality: FINAL
      name: argument
      origin: SOURCE
      primaryConstructorProperty: null
      psi: KtParameter
      realPsi: KtParameter
      receiverParameter: null
      returnType: KaUsualClassType:
        annotations: [
          test/TypeAnno()
            psi: KtAnnotationEntry
        ]
        typeArguments: []
        type: @R|test/TypeAnno|()  kotlin/Int
      typeParameters: []
      visibility: PUBLIC
      getContainingFileSymbol: KaFileSymbol(annotatedReturnType.kt)
      getContainingJvmClassName: test.MyInterface
      getContainingModule: KaSourceModule "Sources of main"
      deprecation: null
      importableFqName: null
  ]
  visibility: PUBLIC
  getDispatchReceiver(): KaUsualClassType:
    annotations: []
    typeArguments: []
    type: test/MyInterface
  getContainingFileSymbol: KaFileSymbol(annotatedReturnType.kt)
  getContainingJvmClassName: test.MyInterface
  canBeOperator: false
  getContainingModule: KaSourceModule "Sources of main"
  deprecation: null
  returnValueStatus: Unspecified
  javaMethodName: function
  importableFqName: null
