TypeScript/tests/cases/compiler/uncaughtCompilerError2.ts
2014-07-12 17:30:19 -07:00

4 lines
43 B
TypeScript

function getObj() {
().toString();
}