mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Do not emit rest param if not the last.
This commit is contained in:
@@ -7,6 +7,6 @@ class C {
|
||||
var C = (function () {
|
||||
function C() {
|
||||
}
|
||||
C.prototype.F = function (A, B) { };
|
||||
C.prototype.F = function (B) { };
|
||||
return C;
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user