summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/strict_mode_warning.js
blob: 4709b2b66763bf78fee8b3dd2ab87109ef2fe9d8 (plain)
1
2
3
4
5
function f() {
  return 1;
  // eslint-disable-next-line no-unreachable
  return 2;
}