TypeScript/tests/baselines/reference/commentsBeforeVariableStatement1.js
Daniel Rosenwasser 3664f29689 Updated baselines.
2015-05-15 17:01:42 -07:00

9 lines
199 B
TypeScript

//// [commentsBeforeVariableStatement1.ts]
/** b's comment*/
export var b: number;
//// [commentsBeforeVariableStatement1.js]
define(["require", "exports"], function (require, exports) {
});