strict_mode_warning.js (86B)
1 function f() { 2 return 1; 3 // eslint-disable-next-line no-unreachable 4 return 2; 5 }