TypeScript/tests/cases/compiler/strictModeWordInExportDeclaration.ts
2015-04-11 12:15:47 -07:00

6 lines
116 B
TypeScript

// @target: ES6
"use strict"
var x = 1;
export { x as foo }
export { x as implements }
export { x as while }