blob: 50e78ea5b01c09298f2fee70e216961902b2e5e6 [file] [log] [blame]
// This should not crash the parser.
function main() {
class a {
g = [].toString()
'a'(){}
}
}