TypeScript/tests/baselines/reference/arrayReferenceWithoutTypeArgs.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
227 B
Plaintext

==== tests/cases/compiler/arrayReferenceWithoutTypeArgs.ts (1 errors) ====
class X {
public f(a: Array) { }
~~~~~
!!! error TS2314: Generic type 'Array<T>' requires 1 type argument(s).
}