FILE fqName:<root> fileName:/lazyDelegateInObject.kt
  FUN name:box visibility:public modality:FINAL returnType:kotlin.String
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun box (): kotlin.String declared in <root>'
        CALL 'public open fun toString (): kotlin.String declared in kotlin.Any' type=kotlin.String origin=null
          ARG <this>: CALL 'public final fun lazyDelegateInObject (): kotlin.Any declared in <root>' type=kotlin.Any origin=null
  FUN name:lazyDelegateInObject visibility:public modality:FINAL returnType:kotlin.Any
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun lazyDelegateInObject (): kotlin.Any declared in <root>'
        BLOCK type=<root>.lazyDelegateInObject.<no name provided> origin=OBJECT_LITERAL
          CLASS CLASS name:<no name provided> modality:FINAL visibility:local superTypes:[kotlin.Any]
            thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.lazyDelegateInObject.<no name provided>
            PROPERTY name:original visibility:public modality:FINAL [delegated,val]
              FIELD PROPERTY_DELEGATE name:original$delegate type:kotlin.Lazy<kotlin.Nothing?> visibility:private [final]
                EXPRESSION_BODY
                  CALL 'public final fun lazy <T> (initializer: kotlin.Function0<T of kotlin.lazy>): kotlin.Lazy<T of kotlin.lazy> declared in kotlin' type=kotlin.Lazy<kotlin.Nothing?> origin=null
                    TYPE_ARG T: kotlin.Nothing?
                    ARG initializer: FUN_EXPR type=kotlin.Function0<kotlin.Nothing?> origin=LAMBDA
                      FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL returnType:kotlin.Nothing?
                        BLOCK_BODY
                          RETURN type=kotlin.Nothing from='local final fun <anonymous> (): kotlin.Nothing? declared in <root>.lazyDelegateInObject.<no name provided>.original$delegate'
                            CONST Null type=kotlin.Nothing? value=null
              FUN DELEGATED_PROPERTY_ACCESSOR name:<get-original> visibility:public modality:FINAL returnType:kotlin.Any?
                VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.lazyDelegateInObject.<no name provided>
                correspondingProperty: PROPERTY name:original visibility:public modality:FINAL [delegated,val]
                BLOCK_BODY
                  RETURN type=kotlin.Nothing from='public final fun <get-original> (): kotlin.Any? declared in <root>.lazyDelegateInObject.<no name provided>'
                    CALL 'public final fun getValue <T> (<this>: kotlin.Lazy<T of kotlin.getValue>, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): T of kotlin.getValue declared in kotlin' type=kotlin.Nothing? origin=null
                      TYPE_ARG T: kotlin.Nothing?
                      ARG <this>: GET_FIELD 'FIELD PROPERTY_DELEGATE name:original$delegate type:kotlin.Lazy<kotlin.Nothing?> visibility:private [final] declared in <root>.lazyDelegateInObject.<no name provided>' type=kotlin.Lazy<kotlin.Nothing?> origin=null
                        receiver: GET_VAR '<this>: <root>.lazyDelegateInObject.<no name provided> declared in <root>.lazyDelegateInObject.<no name provided>.<get-original>' type=<root>.lazyDelegateInObject.<no name provided> origin=null
                      ARG thisRef: GET_VAR '<this>: <root>.lazyDelegateInObject.<no name provided> declared in <root>.lazyDelegateInObject.<no name provided>.<get-original>' type=<root>.lazyDelegateInObject.<no name provided> origin=null
                      ARG property: PROPERTY_REFERENCE 'public final original: kotlin.Any? declared in <root>.lazyDelegateInObject.<no name provided>' field=null getter='public final fun <get-original> (): kotlin.Any? declared in <root>.lazyDelegateInObject.<no name provided>' setter=null type=kotlin.reflect.KProperty1<<root>.lazyDelegateInObject.<no name provided>, kotlin.Any?> origin=PROPERTY_REFERENCE_FOR_DELEGATE
            CONSTRUCTOR visibility:public returnType:<root>.lazyDelegateInObject.<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:[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 name:toString visibility:public modality:OPEN returnType:kotlin.String
              VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.lazyDelegateInObject.<no name provided>
              overridden:
                public open fun toString (): kotlin.String declared in kotlin.Any
              BLOCK_BODY
                RETURN type=kotlin.Nothing from='public open fun toString (): kotlin.String declared in <root>.lazyDelegateInObject.<no name provided>'
                  WHEN type=kotlin.String origin=IF
                    BRANCH
                      if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ
                        ARG arg0: CALL 'public final fun <get-original> (): kotlin.Any? declared in <root>.lazyDelegateInObject.<no name provided>' type=kotlin.Any? origin=GET_PROPERTY
                          ARG <this>: GET_VAR '<this>: <root>.lazyDelegateInObject.<no name provided> declared in <root>.lazyDelegateInObject.<no name provided>.toString' type=<root>.lazyDelegateInObject.<no name provided> origin=IMPLICIT_ARGUMENT
                        ARG arg1: CONST Null type=kotlin.Nothing? value=null
                      then: CONST String type=kotlin.String value="OK"
                    BRANCH
                      if: CONST Boolean type=kotlin.Boolean value=true
                      then: CONST String type=kotlin.String value="FAIL"
          CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.lazyDelegateInObject.<no name provided>' type=<root>.lazyDelegateInObject.<no name provided> origin=OBJECT_LITERAL
