sample/__testfixtures__/reverse-identifiers.input.js (
7
lines of code) (
raw
):
var firstWord = 'Hello '; var secondWord = 'world'; var message = firstWord + secondWord; class Foo { @decorated *bar() { } }