Added sourcemap tests

This commit is contained in:
Ron Buckton
2015-03-17 18:15:02 -07:00
parent 5673400f82
commit ff356cef4c
3 changed files with 10 additions and 10 deletions

View File

@@ -19,6 +19,6 @@ var C = (function () {
_a[this.bar()] = 1,
_a)[0]] = function () {
};
var _a;
return C;
var _a;
})();

View File

@@ -34,6 +34,6 @@ var C = (function (_super) {
_a[_super.bar.call(this)] = 1,
_a)[0]] = function () {
};
var _a;
return C;
var _a;
})(Base);