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 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 '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 call (): kotlin.Int declared in <root>.Outer.Inner.test' type=kotlin.Int origin=null
                    ARG other: CALL 'local final fun call (a: kotlin.Int): kotlin.Int declared in <root>.Outer.Inner.test' type=kotlin.Int origin=null
                      ARG a: CONST Int type=kotlin.Int value=4
                  ARG other: CALL 'local final fun call (a: kotlin.Int, f: kotlin.Function1<kotlin.Int, kotlin.Int>): kotlin.Int declared in <root>.Outer.Inner.test' type=kotlin.Int origin=null
                    ARG a: CONST Int type=kotlin.Int value=9
                    ARG f: 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
                          RETURN type=kotlin.Nothing from='local final fun <anonymous> (it: kotlin.Int): kotlin.Int declared in <root>.CodeFragment.run'
                            CALL 'public final fun times (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=MUL
                              ARG <this>: CONST Int type=kotlin.Int value=2
                              ARG other: GET_VAR 'it: kotlin.Int declared in <root>.CodeFragment.run.<anonymous>' type=kotlin.Int origin=null
                ARG other: CALL 'local final fun call2 (): kotlin.Int declared in <root>.Outer.Inner.test' type=kotlin.Int origin=null
              ARG other: CALL 'local final fun call3 (): kotlin.Int declared in <root>.Outer.Inner.test' type=kotlin.Int origin=null
