TypeScript/tests/baselines/reference/bind1.errors.txt
2014-09-12 13:35:07 -07:00

11 lines
328 B
Plaintext

tests/cases/compiler/bind1.ts(2,31): error TS2304: Cannot find name 'I'.
==== tests/cases/compiler/bind1.ts (1 errors) ====
module M {
export class C implements I {} // this should be an unresolved symbol I error
~
!!! error TS2304: Cannot find name 'I'.
}