mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-01 21:34:46 -05:00
fixed strictModeInConstructor baseline reference
This commit is contained in:
@@ -74,8 +74,8 @@ var A = (function () {
|
||||
var B = (function (_super) {
|
||||
__extends(B, _super);
|
||||
function B() {
|
||||
this.s = 9;
|
||||
"use strict"; // No error
|
||||
this.s = 9;
|
||||
_super.call(this);
|
||||
}
|
||||
return B;
|
||||
|
||||
Reference in New Issue
Block a user