You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,6 +70,8 @@ var SymbolNotFoundError = lib.ErrorTemplate{
65
70
gen.Add(`The program cannot find variable "%s"`, ctx.symbolName)
66
71
case"method":
67
72
gen.Add("The error indicates that the compiler cannot find the method `%s` in the `%s` class.", ctx.symbolName, ctx.locationClass)
73
+
case"class":
74
+
gen.Add("The error indicates that the compiler cannot find the class `%s` when attempting to create an instance of it in the `%s` class.", ctx.symbolName, ctx.locationClass)
0 commit comments