diff --git a/Analysis/src/TypeInfer.cpp b/Analysis/src/TypeInfer.cpp index 9c0a38a1..0ca54e60 100644 --- a/Analysis/src/TypeInfer.cpp +++ b/Analysis/src/TypeInfer.cpp @@ -1732,7 +1732,7 @@ void TypeChecker::check(const ScopePtr& scope, const AstStatDeclareClass& declar // This class definition must have been `prototype()`d first. if (!binding) - ice("Not predeclared"); + ice("Class not predeclared"); TypeId classTy = binding->type; ClassTypeVar* ctv = getMutable(classTy);