summaryrefslogtreecommitdiff
path: root/test/fixtures/apilinks/root.js
blob: 6cf9fee945ac24d62b2b8716d2857ca4f3563a55 (plain)
1
2
3
4
5
6
7
8
9
10
'use strict';

// Set root member
let foo = true;
foo = false;

// Return outside of function
if (!foo) {
  return;
}