Files
tasq/node_modules/cardinal/test/fixtures/foo-with-errors.js
T
2026-04-09 19:01:53 +08:00

4 lines
61 B
JavaScript

function () {
var a = 3; return a > 2 ? true : false;
};