TypeScript/tests/baselines/reference/variableDeclarationInStrictMode1.js

8 lines
141 B
JavaScript

//// [variableDeclarationInStrictMode1.ts]
"use strict";
var eval;
//// [variableDeclarationInStrictMode1.js]
"use strict";
var eval;