TypeScript/tests/baselines/reference/uncaughtCompilerError2.js

11 lines
156 B
TypeScript

//// [uncaughtCompilerError2.ts]
function getObj() {
().toString();
}
//// [uncaughtCompilerError2.js]
function getObj() {
().toString();
}