degory / ghul

compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4 stars 0 forks source link

String interpolations not accepted in return statements #1079

Open degory opened 9 months ago

degory commented 9 months ago

If a string interpolation is used as the value for a return statement, an error is wrongly reported as the string interpolation is not recognized as having a non-void value in this context.