We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a9615 commit fe51216Copy full SHA for fe51216
1 file changed
tests/baselines/reference/parserParameterList1.js
@@ -7,6 +7,6 @@ class C {
7
var C = (function () {
8
function C() {
9
}
10
- C.prototype.F = function (A, B) { };
+ C.prototype.F = function (B) { };
11
return C;
12
}());
0 commit comments