Files
react/compiler/crates/react_fixtures/tests/fixtures/simple.js
2024-04-02 16:49:31 -07:00

5 lines
85 B
JavaScript

function test() {
[true, false, null, 1, 3.14, ...["hello world!"]];
return 2;
}