Skip to content
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

Missing indentation warning #3338

Closed
markijbema opened this issue Jan 29, 2014 · 1 comment
Closed

Missing indentation warning #3338

markijbema opened this issue Jan 29, 2014 · 1 comment
Labels

Comments

@markijbema
Copy link

I was rather surprised by the following compilation:

foo [],
  bar [],
    baz
  bar []
    henk

gets compiled to:

foo([], bar([], baz), bar([]), henk);

I would have expected the compiler to give a warning about the unexpected indent at henk

@xixixao
Copy link
Contributor

xixixao commented Jan 30, 2014

Duplicate of #3305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants