-- file: main.js --
~~ lineWidth: 30 ~~
== should support decorators in javascript ==
    @dec
class T {
}

[expect]
@dec
class T {
}
