Opened 14 years ago
Closed 10 years ago
#1338 closed defect (fixed)
susan has no error output on typo after match
Reported by: | Willi Braun | Owned by: | Willi Braun |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Template Code Generation | Version: | |
Keywords: | Cc: | Willi Braun, Pavol Privitzer |
Description
for template function like this one:
template foo(typeA abc)
:=
match abbc
case ....
susan don't throw an erroe
Note:
See TracTickets
for help on using tickets.
Seems this has been fixed, I get an error message "Unresolved path 'abbs'" for this template now.