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]
        VALUE_PARAMETER kind:Regular name:p0 index:0 type:<root>.Ctx1
        VALUE_PARAMETER kind:Regular name:p1 index:1 type:<root>.Ctx2
        EXPRESSION_BODY
          BLOCK type=kotlin.Int origin=null
            CALL 'public final fun useWithCtx1Ctx2 ($context-Ctx1: <root>.Ctx1, $context-Ctx2: <root>.Ctx2): kotlin.Int [companion] declared in <root>.ContextKt' type=kotlin.Int origin=null
              ARG $context-Ctx1: GET_VAR 'p0: <root>.Ctx1 declared in <root>.CodeFragment.run' type=<root>.Ctx1 origin=null
              ARG $context-Ctx2: GET_VAR 'p1: <root>.Ctx2 declared in <root>.CodeFragment.run' type=<root>.Ctx2 origin=null
