gracelang / minigrace

Self-hosting compiler for the Grace programming language
39 stars 22 forks source link

Missing return type does not signal a syntax error #215

Closed apblack closed 7 years ago

apblack commented 8 years ago

If the source code for a method declaration has a return arrow but no type, no syntax error message is produced.

apblack commented 7 years ago

Fixed in commit 52c980a8f