We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ x: Int => x }
generates
function (x) { return x; };
The text was updated successfully, but these errors were encountered:
Oh, it's so boring :) I'll fix it anyway.
Sorry, something went wrong.
Was that a complement on my other bugs? :)
Thanks!
On Fri, Oct 25, 2013 at 5:39 AM, Alexander Nemish [email protected]:
Oh, it's so boring :) I'll fix it anyway. — Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-27077340 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-27077340 .
No branches or pull requests
{ x: Int => x }
generates
The text was updated successfully, but these errors were encountered: