class Steep::Project::Target
def no_error?
def no_error? source_files.all? do |_, file| file.status.is_a?(Project::SourceFile::TypeCheckStatus) end end
def no_error? source_files.all? do |_, file| file.status.is_a?(Project::SourceFile::TypeCheckStatus) end end