Skip to content

CoffeeScript indentation problem errors are very bad #162

@nwinter

Description

@nwinter

screenshot 2016-05-22 10 56 11

fun = ->
    a = 'a'
        b = 'b'
Syntax error on line 5, column 14: unexpected '=' (\u003D)
2 : 
3 :     fun = ->
4 :         a = 'a'
5 :             b = 'b'
^ :             ^
6 :

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions