FILE fqName:<root> fileName:/AnnotationLoader.kt
  CLASS CLASS name:AnnotationLoader modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.AnnotationLoader
    CONSTRUCTOR visibility:public returnType:<root>.AnnotationLoader [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:AnnotationLoader modality:FINAL visibility:public superTypes:[kotlin.Any]' 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.Any
    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.Any
    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.Any
    FUN name:loadAnnotation visibility:public modality:FINAL returnType:<root>.Visitor?
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun loadAnnotation (): <root>.Visitor? declared in <root>.AnnotationLoader'
          BLOCK type=<root>.AnnotationLoader.loadAnnotation.<no name provided> origin=OBJECT_LITERAL
            CLASS CLASS name:<no name provided> modality:FINAL visibility:local superTypes:[<root>.Visitor]
              thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.AnnotationLoader.loadAnnotation.<no name provided>
              CONSTRUCTOR visibility:public returnType:<root>.AnnotationLoader.loadAnnotation.<no name provided> [primary]
                BLOCK_BODY
                  DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
                  INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:<no name provided> modality:FINAL visibility:local superTypes:[<root>.Visitor]' 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 <root>.Visitor
              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 <root>.Visitor
              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 <root>.Visitor
              FUN name:foo visibility:private modality:FINAL returnType:kotlin.Unit
                VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>
                BLOCK_BODY
              FUN name:visit visibility:public modality:OPEN returnType:kotlin.Unit
                VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>
                overridden:
                  public abstract fun visit (): kotlin.Unit declared in <root>.Visitor
                BLOCK_BODY
              FUN name:visitAnnotation visibility:public modality:OPEN returnType:<root>.Visitor?
                VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>
                overridden:
                  public open fun visitAnnotation (): <root>.Visitor? declared in <root>.Visitor
                BLOCK_BODY
                  VAR name:visitor type:<root>.Visitor [val]
                    CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=<root>.Visitor origin=EXCLEXCL
                      TYPE_ARG T0: <root>.Visitor
                      ARG arg0: CALL 'public final fun loadAnnotation (): <root>.Visitor? declared in <root>.AnnotationLoader' type=<root>.Visitor? origin=null
                        ARG <this>: GET_VAR '<this>: <root>.AnnotationLoader declared in <root>.AnnotationLoader.loadAnnotation' type=<root>.AnnotationLoader origin=IMPLICIT_ARGUMENT
                  RETURN type=kotlin.Nothing from='public open fun visitAnnotation (): <root>.Visitor? declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>'
                    BLOCK type=<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided> origin=OBJECT_LITERAL
                      CLASS CLASS name:<no name provided> modality:FINAL visibility:local superTypes:[<root>.Visitor]
                        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>
                        FIELD DELEGATE name:$$delegate_0 type:<root>.Visitor visibility:private [final]
                          EXPRESSION_BODY
                            GET_VAR 'val visitor: <root>.Visitor declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation' type=<root>.Visitor origin=null
                        CONSTRUCTOR visibility:public returnType:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided> [primary]
                          BLOCK_BODY
                            DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
                            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:<no name provided> modality:FINAL visibility:local superTypes:[<root>.Visitor]' type=kotlin.Unit
                        FUN DELEGATED_MEMBER name:visitAnnotation visibility:public modality:OPEN returnType:<root>.Visitor?
                          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>
                          overridden:
                            public open fun visitAnnotation (): <root>.Visitor? declared in <root>.Visitor
                          BLOCK_BODY
                            RETURN type=kotlin.Nothing from='public open fun visitAnnotation (): <root>.Visitor? declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>'
                              CALL 'public open fun visitAnnotation (): <root>.Visitor? declared in <root>.Visitor' type=<root>.Visitor? origin=null
                                ARG <this>: GET_FIELD 'FIELD DELEGATE name:$$delegate_0 type:<root>.Visitor visibility:private [final] declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>' type=<root>.Visitor origin=null
                                  receiver: GET_VAR '<this>: <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided> declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>.visitAnnotation' type=<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided> origin=null
                        FUN DELEGATED_MEMBER name:visitArray visibility:public modality:OPEN returnType:<root>.Visitor?
                          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>
                          overridden:
                            public open fun visitArray (): <root>.Visitor? declared in <root>.Visitor
                          BLOCK_BODY
                            RETURN type=kotlin.Nothing from='public open fun visitArray (): <root>.Visitor? declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>'
                              CALL 'public open fun visitArray (): <root>.Visitor? declared in <root>.Visitor' type=<root>.Visitor? origin=null
                                ARG <this>: GET_FIELD 'FIELD DELEGATE name:$$delegate_0 type:<root>.Visitor visibility:private [final] declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>' type=<root>.Visitor origin=null
                                  receiver: GET_VAR '<this>: <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided> declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>.visitArray' type=<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided> origin=null
                        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 <root>.Visitor
                        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 <root>.Visitor
                        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 <root>.Visitor
                        FUN name:visit visibility:public modality:OPEN returnType:kotlin.Unit
                          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>
                          overridden:
                            public abstract fun visit (): kotlin.Unit declared in <root>.Visitor
                          BLOCK_BODY
                      CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided>' type=<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitAnnotation.<no name provided> origin=OBJECT_LITERAL
              FUN name:visitArray visibility:public modality:OPEN returnType:<root>.Visitor?
                VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>
                overridden:
                  public open fun visitArray (): <root>.Visitor? declared in <root>.Visitor
                BLOCK_BODY
                  RETURN type=kotlin.Nothing from='public open fun visitArray (): <root>.Visitor? declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>'
                    BLOCK type=<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitArray.<no name provided> origin=OBJECT_LITERAL
                      CLASS CLASS name:<no name provided> modality:FINAL visibility:local superTypes:[<root>.Visitor]
                        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitArray.<no name provided>
                        CONSTRUCTOR visibility:public returnType:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitArray.<no name provided> [primary]
                          BLOCK_BODY
                            DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
                            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:<no name provided> modality:FINAL visibility:local superTypes:[<root>.Visitor]' 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 <root>.Visitor
                        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 <root>.Visitor
                        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 <root>.Visitor
                        FUN FAKE_OVERRIDE name:visitAnnotation visibility:public modality:OPEN returnType:<root>.Visitor? [fake_override]
                          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Visitor
                          overridden:
                            public open fun visitAnnotation (): <root>.Visitor? declared in <root>.Visitor
                        FUN FAKE_OVERRIDE name:visitArray visibility:public modality:OPEN returnType:<root>.Visitor? [fake_override]
                          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Visitor
                          overridden:
                            public open fun visitArray (): <root>.Visitor? declared in <root>.Visitor
                        FUN name:visit visibility:public modality:OPEN returnType:kotlin.Unit
                          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitArray.<no name provided>
                          overridden:
                            public abstract fun visit (): kotlin.Unit declared in <root>.Visitor
                          BLOCK_BODY
                            CALL 'private final fun foo (): kotlin.Unit declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>' type=kotlin.Unit origin=null
                              ARG <this>: GET_VAR '<this>: <root>.AnnotationLoader.loadAnnotation.<no name provided> declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitArray' type=<root>.AnnotationLoader.loadAnnotation.<no name provided> origin=IMPLICIT_ARGUMENT
                      CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>.visitArray.<no name provided>' type=<root>.AnnotationLoader.loadAnnotation.<no name provided>.visitArray.<no name provided> origin=OBJECT_LITERAL
            CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.AnnotationLoader.loadAnnotation.<no name provided>' type=<root>.AnnotationLoader.loadAnnotation.<no name provided> origin=OBJECT_LITERAL
  CLASS INTERFACE name:Visitor modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Visitor
    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.Any
    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.Any
    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.Any
    FUN name:visit visibility:public modality:ABSTRACT returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Visitor
    FUN name:visitAnnotation visibility:public modality:OPEN returnType:<root>.Visitor?
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Visitor
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun visitAnnotation (): <root>.Visitor? declared in <root>.Visitor'
          CONST Null type=kotlin.Nothing? value=null
    FUN name:visitArray visibility:public modality:OPEN returnType:<root>.Visitor?
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Visitor
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun visitArray (): <root>.Visitor? declared in <root>.Visitor'
          CONST Null type=kotlin.Nothing? value=null
