aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/deps/jscoverage/tests/javascript/javascript-colon.js
blob: 69bade10d754cb8ca90d5f0307657e2661c53f96 (plain)
1
2
3
4
5
6
7
x:
  y = 0;

y: {
  let y = 1;
  print(y);
}