tests/cases/compiler/uncaughtCompilerError2.ts(2,5): error TS1109: Expression expected.


==== tests/cases/compiler/uncaughtCompilerError2.ts (1 errors) ====
    function getObj() {
       ().toString();
        ~
!!! error TS1109: Expression expected.
    }
    