FILE fqName:<root> fileName:/overloading.kt
  FUN name:foo visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:Context name:$context_receiver_0 index:0 type:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun foo ($context_receiver_0: kotlin.Int): kotlin.Int declared in <root>'
        CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=PLUS
          ARG <this>: GET_VAR '$context_receiver_0: kotlin.Int declared in <root>.foo' type=kotlin.Int origin=null
          ARG other: CONST Int type=kotlin.Int value=42
  FUN name:foo visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:Context name:$context_receiver_0 index:0 type:kotlin.Int
    VALUE_PARAMETER kind:Context name:$context_receiver_1 index:1 type:kotlin.String
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun foo ($context_receiver_0: kotlin.Int, $context_receiver_1: kotlin.String): kotlin.Int declared in <root>'
        CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=PLUS
          ARG <this>: GET_VAR '$context_receiver_0: kotlin.Int declared in <root>.foo' type=kotlin.Int origin=null
          ARG other: CONST Int type=kotlin.Int value=42
  FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public final fun with <T, R> (receiver: T of kotlin.with, block: @[ExtensionFunctionType] kotlin.Function1<T of kotlin.with, R of kotlin.with>): R of kotlin.with declared in kotlin' type=kotlin.Int origin=null
          TYPE_ARG T: kotlin.Int
          TYPE_ARG R: kotlin.Int
          ARG receiver: CONST Int type=kotlin.Int value=42
          ARG block: FUN_EXPR type=@[ExtensionFunctionType] 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:ExtensionReceiver name:$this$with index:0 type:kotlin.Int
              BLOCK_BODY
                RETURN type=kotlin.Nothing from='local final fun <anonymous> ($this$with: kotlin.Int): kotlin.Int declared in <root>.test'
                  CALL 'public final fun foo ($context_receiver_0: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                    ARG $context_receiver_0: GET_VAR '$this$with: kotlin.Int declared in <root>.test.<anonymous>' type=kotlin.Int origin=IMPLICIT_ARGUMENT
