mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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