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

13 lines
293 B
TypeScript

import while = require("dfdf");
import * as while from "foo"
var typeof = 10;
function throw() {}
module void {}
var {while, return} = { while: 1, return: 2 };
var {this, switch: { continue} } = { this: 1, switch: { continue: 2 }};
var [debugger, if] = [1, 2];
enum void {}