blob: bb6f0e7ef1cf9d47837329f61124a8c774184301 [file] [log] [blame]
function Y() {
}
function Y( i) {
// super(i);
}
function Y( b) {
// super(1);
}
function bar() {
}