-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing an empty args list #13
Comments
Oh interesting, I must have overlooked that case because when you have no arguments, you can also just write |
Another corner case:
|
I've just fixed But I don't think the string example makes sense, to be honest, or I'm misunderstanding. Your interpolated string syntax becomes equivalent to |
Thank you! The point is that:
so the same should happen within |
But it is a corner case, so probably it can be left as is. I have not look at the expressions generated to check how easily such things could be fixed. |
yes it errors because |
OK - this makes sense as this works:
and this works:
I was reading the error message incorrectly - I thought it referred to |
This currently fails:
It would be useful to have it as now you have to e.g. write:
instead of just:
The text was updated successfully, but these errors were encountered: