blob: 142018618fc4c135a1d5ebd669d1c2c67c6bb0b6 [file] [log] [blame]
function foo( x) {
}
function bar() {
foo("String");
}