-
Notifications
You must be signed in to change notification settings - Fork 76
tagof operator as default argument does not evaluate properly if default arguments are used #268
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
Comments
What should be the default tag of |
beta commit: YashasSamaga@42c18c2 Commit description:
Basic tests:
Output:
|
gives
The value of
b
shouldn't be zero. As the default argument isTag1:123
,b
should have had the tag identifier ofTag1
.If
f
is called with an argument, it works fine.With
f()
replaced withf(x)
:The text was updated successfully, but these errors were encountered: