FILE fqName:<root> fileName:/forWithImplicitReceivers.kt
  CLASS CLASS name:IntCell modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.IntCell
    PROPERTY name:value visibility:public modality:FINAL [var]
      FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.Int visibility:private
        EXPRESSION_BODY
          GET_VAR 'value: kotlin.Int declared in <root>.IntCell.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IntCell
        correspondingProperty: PROPERTY name:value visibility:public modality:FINAL [var]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-value> (): kotlin.Int declared in <root>.IntCell'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.Int visibility:private' type=kotlin.Int origin=null
              receiver: GET_VAR '<this>: <root>.IntCell declared in <root>.IntCell.<get-value>' type=<root>.IntCell origin=null
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-value> visibility:public modality:FINAL returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IntCell
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:kotlin.Int
        correspondingProperty: PROPERTY name:value visibility:public modality:FINAL [var]
        BLOCK_BODY
          SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.Int visibility:private' type=kotlin.Unit origin=null
            receiver: GET_VAR '<this>: <root>.IntCell declared in <root>.IntCell.<set-value>' type=<root>.IntCell origin=null
            value: GET_VAR '<set-?>: kotlin.Int declared in <root>.IntCell.<set-value>' type=kotlin.Int origin=null
    CONSTRUCTOR visibility:public returnType:<root>.IntCell [primary]
      VALUE_PARAMETER kind:Regular name:value index:0 type:kotlin.Int
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:IntCell 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
  CLASS INTERFACE name:IReceiver modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.IReceiver
    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:hasNext visibility:public modality:OPEN returnType:kotlin.Boolean [operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IReceiver
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.IntCell
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun hasNext (<this>: <root>.IntCell): kotlin.Boolean declared in <root>.IReceiver'
          CALL 'public final fun greater (arg0: kotlin.Int, arg1: kotlin.Int): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=GT
            ARG arg0: CALL 'public final fun <get-value> (): kotlin.Int declared in <root>.IntCell' type=kotlin.Int origin=GET_PROPERTY
              ARG <this>: GET_VAR '<this>(index:1): <root>.IntCell declared in <root>.IReceiver.hasNext' type=<root>.IntCell origin=IMPLICIT_ARGUMENT
            ARG arg1: CONST Int type=kotlin.Int value=0
    FUN name:iterator visibility:public modality:OPEN returnType:<root>.IntCell [operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IReceiver
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.FiveTimes
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun iterator (<this>: <root>.FiveTimes): <root>.IntCell declared in <root>.IReceiver'
          CONSTRUCTOR_CALL 'public constructor <init> (value: kotlin.Int) declared in <root>.IntCell' type=<root>.IntCell origin=null
            ARG value: CONST Int type=kotlin.Int value=5
    FUN name:next visibility:public modality:OPEN returnType:kotlin.Int [operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IReceiver
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.IntCell
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun next (<this>: <root>.IntCell): kotlin.Int declared in <root>.IReceiver'
          BLOCK type=kotlin.Int origin=POSTFIX_DECR
            VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:<root>.IntCell [val]
              GET_VAR '<this>(index:1): <root>.IntCell declared in <root>.IReceiver.next' type=<root>.IntCell origin=null
            BLOCK type=kotlin.Int origin=POSTFIX_DECR
              VAR IR_TEMPORARY_VARIABLE name:tmp_1 type:kotlin.Int [val]
                CALL 'public final fun <get-value> (): kotlin.Int declared in <root>.IntCell' type=kotlin.Int origin=POSTFIX_DECR
                  ARG <this>: GET_VAR 'val tmp_0: <root>.IntCell declared in <root>.IReceiver.next' type=<root>.IntCell origin=null
              CALL 'public final fun <set-value> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.IntCell' type=kotlin.Unit origin=POSTFIX_DECR
                ARG <this>: GET_VAR 'val tmp_0: <root>.IntCell declared in <root>.IReceiver.next' type=<root>.IntCell origin=null
                ARG <set-?>: CALL 'public final fun dec (): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=POSTFIX_DECR
                  ARG <this>: GET_VAR 'val tmp_1: kotlin.Int declared in <root>.IReceiver.next' type=kotlin.Int origin=null
              GET_VAR 'val tmp_1: kotlin.Int declared in <root>.IReceiver.next' type=kotlin.Int origin=null
  CLASS OBJECT name:FiveTimes modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.FiveTimes
    CONSTRUCTOR visibility:private returnType:<root>.FiveTimes [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:FiveTimes 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:test visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.IReceiver
    BLOCK_BODY
      BLOCK type=kotlin.Unit origin=FOR_LOOP
        VAR FOR_LOOP_ITERATOR name:tmp_2 type:<root>.IntCell [val]
          CALL 'public open fun iterator (<this>: <root>.FiveTimes): <root>.IntCell declared in <root>.IReceiver' type=<root>.IntCell origin=FOR_LOOP_ITERATOR
            ARG <this>(index:0): GET_VAR '<this>: <root>.IReceiver declared in <root>.test' type=<root>.IReceiver origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): GET_OBJECT 'CLASS OBJECT name:FiveTimes modality:FINAL visibility:public superTypes:[kotlin.Any]' type=<root>.FiveTimes
        WHILE label=null origin=FOR_LOOP_INNER_WHILE
          condition: CALL 'public open fun hasNext (<this>: <root>.IntCell): kotlin.Boolean declared in <root>.IReceiver' type=kotlin.Boolean origin=FOR_LOOP_HAS_NEXT
            ARG <this>(index:0): GET_VAR '<this>: <root>.IReceiver declared in <root>.test' type=<root>.IReceiver origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): GET_VAR 'val tmp_2: <root>.IntCell declared in <root>.test' type=<root>.IntCell origin=null
          body: BLOCK type=kotlin.Unit origin=FOR_LOOP_INNER_WHILE
            VAR FOR_LOOP_VARIABLE name:i type:kotlin.Int [val]
              CALL 'public open fun next (<this>: <root>.IntCell): kotlin.Int declared in <root>.IReceiver' type=kotlin.Int origin=FOR_LOOP_NEXT
                ARG <this>(index:0): GET_VAR '<this>: <root>.IReceiver declared in <root>.test' type=<root>.IReceiver origin=IMPLICIT_ARGUMENT
                ARG <this>(index:1): GET_VAR 'val tmp_2: <root>.IntCell declared in <root>.test' type=<root>.IntCell origin=null
            BLOCK type=kotlin.Unit origin=null
              CALL 'public final fun println (message: kotlin.Int): kotlin.Unit declared in kotlin.io' type=kotlin.Unit origin=null
                ARG message: GET_VAR 'val i: kotlin.Int declared in <root>.test' type=kotlin.Int origin=null
