FILE fqName:<root> fileName:/contextWithAnnotation.kt
  CLASS ANNOTATION_CLASS name:Ann modality:OPEN visibility:public superTypes:[kotlin.Annotation]
    annotations:
      Target(allowedTargets = [GET_ENUM 'ENUM_ENTRY IR_EXTERNAL_DECLARATION_STUB name:TYPE' type=kotlin.annotation.AnnotationTarget, GET_ENUM 'ENUM_ENTRY IR_EXTERNAL_DECLARATION_STUB name:VALUE_PARAMETER' type=kotlin.annotation.AnnotationTarget] type=kotlin.Array<out kotlin.annotation.AnnotationTarget> varargElementType=kotlin.annotation.AnnotationTarget)
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Ann
    CONSTRUCTOR visibility:public returnType:<root>.Ann [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS ANNOTATION_CLASS name:Ann modality:OPEN visibility:public superTypes:[kotlin.Annotation]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Annotation
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Annotation
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Annotation
  CLASS ANNOTATION_CLASS name:AnnotationWithConstructor modality:OPEN visibility:public superTypes:[kotlin.Annotation]
    annotations:
      Target(allowedTargets = [GET_ENUM 'ENUM_ENTRY IR_EXTERNAL_DECLARATION_STUB name:TYPE' type=kotlin.annotation.AnnotationTarget, GET_ENUM 'ENUM_ENTRY IR_EXTERNAL_DECLARATION_STUB name:VALUE_PARAMETER' type=kotlin.annotation.AnnotationTarget, GET_ENUM 'ENUM_ENTRY IR_EXTERNAL_DECLARATION_STUB name:FUNCTION' type=kotlin.annotation.AnnotationTarget, GET_ENUM 'ENUM_ENTRY IR_EXTERNAL_DECLARATION_STUB name:PROPERTY' type=kotlin.annotation.AnnotationTarget] type=kotlin.Array<out kotlin.annotation.AnnotationTarget> varargElementType=kotlin.annotation.AnnotationTarget)
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.AnnotationWithConstructor
    PROPERTY name:k visibility:public modality:FINAL [val]
      FIELD PROPERTY_BACKING_FIELD name:k type:kotlin.String visibility:private [final]
        EXPRESSION_BODY
          GET_VAR 'k: kotlin.String declared in <root>.AnnotationWithConstructor.<init>' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-k> visibility:public modality:FINAL returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationWithConstructor
        correspondingProperty: PROPERTY name:k visibility:public modality:FINAL [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-k> (): kotlin.String declared in <root>.AnnotationWithConstructor'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:k type:kotlin.String visibility:private [final]' type=kotlin.String origin=null
              receiver: GET_VAR '<this>: <root>.AnnotationWithConstructor declared in <root>.AnnotationWithConstructor.<get-k>' type=<root>.AnnotationWithConstructor origin=null
    CONSTRUCTOR visibility:public returnType:<root>.AnnotationWithConstructor [primary]
      VALUE_PARAMETER kind:Regular name:k index:0 type:kotlin.String
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS ANNOTATION_CLASS name:AnnotationWithConstructor modality:OPEN visibility:public superTypes:[kotlin.Annotation]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Annotation
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Annotation
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Annotation
  FUN name:annotationOnContext visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Context name:a index:0 type:@[Ann] kotlin.String
      annotations:
        Ann
    BLOCK_BODY
  FUN name:annotationWithConstructor visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Context name:a index:0 type:@[AnnotationWithConstructor(k = "")] kotlin.String
      annotations:
        AnnotationWithConstructor(k = "")
    BLOCK_BODY
  FUN name:functionType visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:f index:0 type:kotlin.Function1<@[Ann] kotlin.String, kotlin.Unit>
    BLOCK_BODY
  FUN name:functionTypeWithConstructor visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:f index:0 type:kotlin.Function1<@[AnnotationWithConstructor(k = "")] kotlin.String, kotlin.Unit>
    BLOCK_BODY
  PROPERTY name:annotationOnContextProperty visibility:public modality:FINAL [val]
    FUN name:<get-annotationOnContextProperty> visibility:public modality:FINAL returnType:kotlin.String
      VALUE_PARAMETER kind:Context name:a index:0 type:@[Ann] kotlin.String
        annotations:
          Ann
      correspondingProperty: PROPERTY name:annotationOnContextProperty visibility:public modality:FINAL [val]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-annotationOnContextProperty> (a: @[Ann] kotlin.String): kotlin.String declared in <root>'
          CONST String type=kotlin.String value=""
  PROPERTY name:annotationWithConstructorProperty visibility:public modality:FINAL [val]
    FUN name:<get-annotationWithConstructorProperty> visibility:public modality:FINAL returnType:kotlin.String
      VALUE_PARAMETER kind:Context name:a index:0 type:@[AnnotationWithConstructor(k = "")] kotlin.String
        annotations:
          AnnotationWithConstructor(k = "")
      correspondingProperty: PROPERTY name:annotationWithConstructorProperty visibility:public modality:FINAL [val]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-annotationWithConstructorProperty> (a: @[AnnotationWithConstructor(k = "")] kotlin.String): kotlin.String declared in <root>'
          CONST String type=kotlin.String value=""
