class Steep::Project::SourceFile

def errors

def errors
  case status
  when TypeCheckStatus
    status.typing.errors
  else
    []
  end
end