Dactyloidae/dom/workers/test/serviceworkers/strict_mode_warning.js

4 lines
41 B
JavaScript

function f() {
return 1;
return 2;
}