FILE fqName:<root> fileName:/calls.kt
  FUN name:bar visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun bar (x: kotlin.Int): kotlin.Int declared in <root>'
        CALL 'public final fun foo (x: kotlin.Int, y: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
          ARG x: GET_VAR 'x: kotlin.Int declared in <root>.bar' type=kotlin.Int origin=null
          ARG y: CONST Int type=kotlin.Int value=1
  FUN name:ext1 visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun ext1 (<this>: kotlin.Int): kotlin.Int declared in <root>'
        GET_VAR '<this>: kotlin.Int declared in <root>.ext1' type=kotlin.Int origin=null
  FUN name:ext2 visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:kotlin.Int
    VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun ext2 (<this>: kotlin.Int, x: kotlin.Int): kotlin.Int declared in <root>'
        CALL 'public final fun foo (x: kotlin.Int, y: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
          ARG x: GET_VAR '<this>: kotlin.Int declared in <root>.ext2' type=kotlin.Int origin=null
          ARG y: GET_VAR 'x: kotlin.Int declared in <root>.ext2' type=kotlin.Int origin=null
  FUN name:ext3 visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:kotlin.Int
    VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun ext3 (<this>: kotlin.Int, x: kotlin.Int): kotlin.Int declared in <root>'
        CALL 'public final fun foo (x: kotlin.Int, y: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
          ARG x: CALL 'public final fun ext1 (<this>: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
            ARG <this>: GET_VAR '<this>: kotlin.Int declared in <root>.ext3' type=kotlin.Int origin=IMPLICIT_ARGUMENT
          ARG y: GET_VAR 'x: kotlin.Int declared in <root>.ext3' type=kotlin.Int origin=null
  FUN name:foo visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Int
    VALUE_PARAMETER kind:Regular name:y index:1 type:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun foo (x: kotlin.Int, y: kotlin.Int): kotlin.Int declared in <root>'
        GET_VAR 'x: kotlin.Int declared in <root>.foo' type=kotlin.Int origin=null
  FUN name:qux visibility:public modality:FINAL returnType:kotlin.Int
    VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun qux (x: kotlin.Int): kotlin.Int declared in <root>'
        CALL 'public final fun foo (x: kotlin.Int, y: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
          ARG x: CALL 'public final fun foo (x: kotlin.Int, y: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
            ARG x: GET_VAR 'x: kotlin.Int declared in <root>.qux' type=kotlin.Int origin=null
            ARG y: GET_VAR 'x: kotlin.Int declared in <root>.qux' type=kotlin.Int origin=null
          ARG y: GET_VAR 'x: kotlin.Int declared in <root>.qux' type=kotlin.Int origin=null
