FILE fqName:<root> fileName:/main.kt
  CLASS CLASS name:A modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.A
    PROPERTY name:string visibility:public modality:FINAL [val]
      FIELD PROPERTY_BACKING_FIELD name:string type:kotlin.String visibility:private [final]
        EXPRESSION_BODY
          GET_VAR 'string: kotlin.String declared in <root>.A.<init>' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-string> visibility:public modality:FINAL returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        correspondingProperty: PROPERTY name:string visibility:public modality:FINAL [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-string> (): kotlin.String declared in <root>.A'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:string type:kotlin.String visibility:private [final]' type=kotlin.String origin=null
              receiver: GET_VAR '<this>: <root>.A declared in <root>.A.<get-string>' type=<root>.A origin=null
    CONSTRUCTOR visibility:public returnType:<root>.A [primary]
      VALUE_PARAMETER kind:Regular name:string index:0 type:kotlin.String
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A 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:box visibility:public modality:FINAL returnType:kotlin.String
    BLOCK_BODY
      VAR name:a type:<root>.A [val]
        TRY type=<root>.A
          try: TYPE_OP type=<root>.A origin=IMPLICIT_NOTNULL typeOperand=<root>.A
            BLOCK type=@[FlexibleNullability] <root>.A? origin=null
              CALL 'public open fun getA (): @[FlexibleNullability] <root>.A? declared in <root>.Lib' type=@[FlexibleNullability] <root>.A? origin=null
          CATCH parameter=val e: java.lang.Exception declared in <root>.box
            VAR CATCH_PARAMETER name:e type:java.lang.Exception [val]
            BLOCK type=<root>.A origin=null
              CONSTRUCTOR_CALL 'public constructor <init> (string: kotlin.String) declared in <root>.A' type=<root>.A origin=null
                ARG string: CONST String type=kotlin.String value="OK"
      RETURN type=kotlin.Nothing from='public final fun box (): kotlin.String declared in <root>'
        CALL 'public final fun <get-string> (): kotlin.String declared in <root>.A' type=kotlin.String origin=GET_PROPERTY
          ARG <this>: GET_VAR 'val a: <root>.A declared in <root>.box' type=<root>.A origin=null
