Source code

Revision control

Copy as Markdown

Other Tools

function f() {
return 1;
// eslint-disable-next-line no-unreachable
return 2;
}