===================================================================
JsFile: sourceMapValidationExportAssignment.js
mapUrl: sourceMapValidationExportAssignment.js.map
sourceRoot: 
sources: sourceMapValidationExportAssignment.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationExportAssignment.js
sourceFile:sourceMapValidationExportAssignment.ts
-------------------------------------------------------------------
>>>define(["require", "exports"], function (require, exports) {
>>>    "use strict";
>>>    class a {
1 >^^^^
2 >    ^^^^^^
3 >          ^
1 >
2 >    class 
3 >          a
1 >Emitted(3, 5) Source(1, 1) + SourceIndex(0)
2 >Emitted(3, 11) Source(1, 7) + SourceIndex(0)
3 >Emitted(3, 12) Source(1, 8) + SourceIndex(0)
---
>>>    }
1 >^^^^^
2 >     ^^^^^^^^^->
1 > {
  >    public c;
  >}
1 >Emitted(4, 6) Source(3, 2) + SourceIndex(0)
---
>>>    return a;
1->^^^^
2 >    ^^^^^^^
3 >           ^
4 >            ^
1->
  >
2 >    export = 
3 >           a
4 >            ;
1->Emitted(5, 5) Source(4, 1) + SourceIndex(0)
2 >Emitted(5, 12) Source(4, 10) + SourceIndex(0)
3 >Emitted(5, 13) Source(4, 11) + SourceIndex(0)
4 >Emitted(5, 14) Source(4, 12) + SourceIndex(0)
---
>>>});
>>>//# sourceMappingURL=sourceMapValidationExportAssignment.js.map