Accepted baselines.

This commit is contained in:
Daniel Rosenwasser
2016-09-03 01:13:58 -07:00
parent c87a773a46
commit d144665b4f
6 changed files with 11 additions and 18 deletions

View File

@@ -23,7 +23,6 @@ var C = (function (_super) {
function C() {
var _this = _super.call(this) || this;
return Object.create(null);
return _this;
}
return C;
}(null));
@@ -32,7 +31,6 @@ var D = (function (_super) {
function D() {
var _this;
return Object.create(null);
return _this;
}
return D;
}(null));

View File

@@ -58,7 +58,6 @@ var Derived2 = (function (_super) {
function Derived2(x) {
var _this = _super.call(this, x) || this;
return 1;
return _this;
}
return Derived2;
}(Base));

View File

@@ -69,7 +69,6 @@ var D = (function (_super) {
}
else
return null;
return _this;
}
return D;
}(C));

View File

@@ -1,2 +1,2 @@
//// [derivedClassConstructorWithExplicitReturns01.js.map]
{"version":3,"file":"derivedClassConstructorWithExplicitReturns01.js","sourceRoot":"","sources":["derivedClassConstructorWithExplicitReturns01.ts"],"names":[],"mappings":";;;;;AACA;IAKI,WAAY,KAAa;QAJzB,UAAK,GAAG,EAAE,CAAC;QAKP,MAAM,CAAC;YACH,KAAK,EAAE,KAAK;YACZ,GAAG;gBACC,MAAM,CAAC,8BAA8B,CAAC;YAC1C,CAAC;SACJ,CAAA;IACL,CAAC;IATD,eAAG,GAAH,cAAQ,MAAM,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAU7C,QAAC;AAAD,CAAC,AAbD,IAaC;AAED;IAAgB,qBAAC;IAGb,WAAY,CAAO;QAAP,kBAAA,EAAA,OAAO;QAAnB,YACI,kBAAM,CAAC,CAAC,SAYX;QAfD,WAAK,GAAG,cAAM,OAAA,KAAI,EAAJ,CAAI,CAAC;QAKf,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC;YACtB,UAAU,CAAA;YACV,MAAM,CAAC;gBACH,KAAK,EAAE,CAAC;gBACR,KAAK,EAAE,cAAM,OAAA,KAAI,EAAJ,CAAI;gBACjB,GAAG,gBAAK,MAAM,CAAC,cAAc,CAAA,CAAC,CAAC;aAClC,CAAC;QACN,CAAC;QACD,IAAI;YACA,MAAM,CAAC,IAAI,CAAC;;IACpB,CAAC;IACL,QAAC;AAAD,CAAC,AAjBD,CAAgB,CAAC,GAiBhB"}
{"version":3,"file":"derivedClassConstructorWithExplicitReturns01.js","sourceRoot":"","sources":["derivedClassConstructorWithExplicitReturns01.ts"],"names":[],"mappings":";;;;;AACA;IAKI,WAAY,KAAa;QAJzB,UAAK,GAAG,EAAE,CAAC;QAKP,MAAM,CAAC;YACH,KAAK,EAAE,KAAK;YACZ,GAAG;gBACC,MAAM,CAAC,8BAA8B,CAAC;YAC1C,CAAC;SACJ,CAAA;IACL,CAAC;IATD,eAAG,GAAH,cAAQ,MAAM,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAU7C,QAAC;AAAD,CAAC,AAbD,IAaC;AAED;IAAgB,qBAAC;IAGb,WAAY,CAAO;QAAP,kBAAA,EAAA,OAAO;QAAnB,YACI,kBAAM,CAAC,CAAC,SAYX;QAfD,WAAK,GAAG,cAAM,OAAA,KAAI,EAAJ,CAAI,CAAC;QAKf,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC;YACtB,UAAU,CAAA;YACV,MAAM,CAAC;gBACH,KAAK,EAAE,CAAC;gBACR,KAAK,EAAE,cAAM,OAAA,KAAI,EAAJ,CAAI;gBACjB,GAAG,gBAAK,MAAM,CAAC,cAAc,CAAA,CAAC,CAAC;aAClC,CAAC;QACN,CAAC;QACD,IAAI;YACA,MAAM,CAAC,IAAI,CAAC;IACpB,CAAC;IACL,QAAC;AAAD,CAAC,AAjBD,CAAgB,CAAC,GAiBhB"}

View File

@@ -522,7 +522,6 @@ sourceFile:derivedClassConstructorWithExplicitReturns01.ts
4 >Emitted(34, 24) Source(32, 24) + SourceIndex(0)
5 >Emitted(34, 25) Source(32, 25) + SourceIndex(0)
---
>>> return _this;
>>> }
1 >^^^^
2 > ^
@@ -530,8 +529,8 @@ sourceFile:derivedClassConstructorWithExplicitReturns01.ts
1 >
>
2 > }
1 >Emitted(36, 5) Source(33, 5) + SourceIndex(0)
2 >Emitted(36, 6) Source(33, 6) + SourceIndex(0)
1 >Emitted(35, 5) Source(33, 5) + SourceIndex(0)
2 >Emitted(35, 6) Source(33, 6) + SourceIndex(0)
---
>>> return D;
1->^^^^
@@ -539,8 +538,8 @@ sourceFile:derivedClassConstructorWithExplicitReturns01.ts
1->
>
2 > }
1->Emitted(37, 5) Source(34, 1) + SourceIndex(0)
2 >Emitted(37, 13) Source(34, 2) + SourceIndex(0)
1->Emitted(36, 5) Source(34, 1) + SourceIndex(0)
2 >Emitted(36, 13) Source(34, 2) + SourceIndex(0)
---
>>>}(C));
1 >
@@ -573,11 +572,11 @@ sourceFile:derivedClassConstructorWithExplicitReturns01.ts
> return null;
> }
> }
1 >Emitted(38, 1) Source(34, 1) + SourceIndex(0)
2 >Emitted(38, 2) Source(34, 2) + SourceIndex(0)
3 >Emitted(38, 2) Source(17, 1) + SourceIndex(0)
4 >Emitted(38, 3) Source(17, 17) + SourceIndex(0)
5 >Emitted(38, 4) Source(17, 18) + SourceIndex(0)
6 >Emitted(38, 7) Source(34, 2) + SourceIndex(0)
1 >Emitted(37, 1) Source(34, 1) + SourceIndex(0)
2 >Emitted(37, 2) Source(34, 2) + SourceIndex(0)
3 >Emitted(37, 2) Source(17, 1) + SourceIndex(0)
4 >Emitted(37, 3) Source(17, 17) + SourceIndex(0)
5 >Emitted(37, 4) Source(17, 18) + SourceIndex(0)
6 >Emitted(37, 7) Source(34, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=derivedClassConstructorWithExplicitReturns01.js.map

View File

@@ -125,7 +125,6 @@ var H = (function (_super) {
function H() {
var _this = _super.call(this) || this;
return new G(); //error
return _this;
}
return H;
}(F));
@@ -134,7 +133,6 @@ var I = (function (_super) {
function I() {
var _this = _super.call(this) || this;
return new G();
return _this;
}
return I;
}(G));