class Steep::TypeConstruction::BreakContext

def initialize(break_type:, next_type:)

def initialize(break_type:, next_type:)
  @break_type = break_type
  @next_type = next_type
end