melt-umn / silver

An attribute grammar-based programming language for composable language extensions
http://melt.cs.umn.edu/silver/
GNU Lesser General Public License v3.0
58 stars 7 forks source link

Add missing error message for concise function return type mismatch #834

Closed krame505 closed 4 months ago

krame505 commented 5 months ago

Changes

Add missing error message when concise function body has the wrong type.

Documentation

Bug fix, not needed.

Testing

Added a test case for a concise function with the wrong type.