nodejs-mozilla/test/fixtures/apilinks/root.js

11 lines
118 B
JavaScript
Raw Normal View History

2022-07-18 11:52:00 +08:00
'use strict';
// Set root member
let foo = true;
foo = false;
// Return outside of function
if (!foo) {
return;
}