4 lines
47 B
JavaScript
Vendored
4 lines
47 B
JavaScript
Vendored
function bar(a) {
|
|
a.foo();
|
|
a.foo(99);
|
|
} |