2018-01-09 15:36:42 +01:00

7 lines
104 B
JavaScript

function broken(x, ...foo) {
if (true) {
class Foo extends Bar { }
return hello(...foo)
}
}