==== tests/cases/compiler/arrayReferenceWithoutTypeArgs.ts (1 errors) ====
    class X {
        public f(a: Array) { }
                    ~~~~~
!!! arrayReferenceWithoutTypeArgs.ts(2,17): error TS2173: Generic type references must include all type arguments.
    }