@@ -209,9 +209,5 @@ issue_2689: {
|
|||||||
return new t();
|
return new t();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
expect: {
|
expect_exact: "function*y(){return new(yield x())}"
|
||||||
function* y() {
|
|
||||||
return new (yield x());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user