Files
babel/test/fixtures/experimental/throw-expression/not-enabled/actual.js
2017-09-27 14:12:30 -04:00

4 lines
36 B
JavaScript

function test() {
(throw 1, 2);
}