==== tests/cases/compiler/invalidSymbolInTypeParameter1.ts (1 errors) ====
    function test() {
        var cats = new Array<WAWA>(); // WAWA is not a valid type
                             ~~~~
!!! invalidSymbolInTypeParameter1.ts(2,26): error TS2095: Could not find symbol 'WAWA'.
    }
    