2 lines
59 B
JavaScript
2 lines
59 B
JavaScript
function hello() { 'use strict'; function inner(eval) {} }
|
function hello() { 'use strict'; function inner(eval) {} }
|