MODULE_FRAGMENT
  FILE fqName:<root> fileName:fragment.kt
    CLASS CLASS name:CodeFragment modality:FINAL visibility:public superTypes:[kotlin.Any]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.CodeFragment
      CONSTRUCTOR visibility:public returnType:<root>.CodeFragment [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
      FUN name:run visibility:public modality:FINAL returnType:kotlin.Int [companion]
        EXPRESSION_BODY
          BLOCK type=kotlin.Int origin=null
            CALL 'public abstract fun invoke (p1: P1 of kotlin.Function1): R of kotlin.Function1 [operator] declared in kotlin.Function1' type=kotlin.Int origin=INVOKE
              ARG <this>: FUN_EXPR type=kotlin.Function1<kotlin.Int, kotlin.Int> origin=LAMBDA
                FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL returnType:kotlin.Int
                  VALUE_PARAMETER kind:Regular name:it index:0 type:kotlin.Int
                  BLOCK_BODY
                    CLASS CLASS name:X modality:FINAL visibility:local superTypes:[kotlin.Any]
                      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.CodeFragment.run.<anonymous>.X
                      CONSTRUCTOR visibility:public returnType:<root>.CodeFragment.run.<anonymous>.X [primary]
                        BLOCK_BODY
                          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
                          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:X 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 [operator] 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:memberInLocalClass visibility:public modality:FINAL returnType:kotlin.Int
                        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.CodeFragment.run.<anonymous>.X
                        VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.Int
                        BLOCK_BODY
                          RETURN type=kotlin.Nothing from='public final fun memberInLocalClass (x: kotlin.Int): kotlin.Int declared in <root>.CodeFragment.run.<anonymous>.X'
                            CALL 'public final fun plus (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=PLUS
                              ARG <this>: GET_VAR 'x: kotlin.Int declared in <root>.CodeFragment.run.<anonymous>.X.memberInLocalClass' type=kotlin.Int origin=null
                              ARG other: CONST Int type=kotlin.Int value=2
                    FUN LOCAL_FUNCTION name:localInsideLambda visibility:local modality:FINAL returnType:kotlin.Int
                      VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Int
                      BLOCK_BODY
                        RETURN type=kotlin.Nothing from='local final fun localInsideLambda (x: kotlin.Int): kotlin.Int declared in <root>.CodeFragment.run.<anonymous>'
                          CALL 'public final fun plus (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=PLUS
                            ARG <this>: GET_VAR 'x: kotlin.Int declared in <root>.CodeFragment.run.<anonymous>.localInsideLambda' type=kotlin.Int origin=null
                            ARG other: CONST Int type=kotlin.Int value=3
                    RETURN type=kotlin.Nothing from='local final fun <anonymous> (it: kotlin.Int): kotlin.Int declared in <root>.CodeFragment.run'
                      CALL 'public final fun plus (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=PLUS
                        ARG <this>: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=PLUS
                          ARG <this>: CALL 'local final fun localInsideLambda (x: kotlin.Int): kotlin.Int declared in <root>.CodeFragment.run.<anonymous>' type=kotlin.Int origin=null
                            ARG x: GET_VAR 'it: kotlin.Int declared in <root>.CodeFragment.run.<anonymous>' type=kotlin.Int origin=null
                          ARG other: CALL 'local final fun localOutsideLambda (x: kotlin.Int): kotlin.Int declared in <root>.ContextKt.main' type=kotlin.Int origin=null
                            ARG x: GET_VAR 'it: kotlin.Int declared in <root>.CodeFragment.run.<anonymous>' type=kotlin.Int origin=null
                        ARG other: CALL 'public final fun memberInLocalClass (x: kotlin.Int): kotlin.Int declared in <root>.CodeFragment.run.<anonymous>.X' type=kotlin.Int origin=null
                          ARG <this>: CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in <root>.CodeFragment.run.<anonymous>.X' type=<root>.CodeFragment.run.<anonymous>.X origin=null
                          ARG x: GET_VAR 'it: kotlin.Int declared in <root>.CodeFragment.run.<anonymous>' type=kotlin.Int origin=null
              ARG p1: CONST Int type=kotlin.Int value=1
