TypeScript/tests/baselines/reference/arrayReferenceWithoutTypeArgs.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
213 B
Plaintext

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