=== tests/cases/compiler/commentsBeforeVariableStatement1.ts === /** b's comment*/ export var b: number; >b : number