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

8 lines
250 B
Plaintext

==== 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'.
}