TypeScript/tests/baselines/reference/bind1.types

10 lines
166 B
Plaintext

=== tests/cases/compiler/bind1.ts ===
module M {
>M : typeof M
export class C implements I {} // this should be an unresolved symbol I error
>C : C
}