==== tests/cases/conformance/parser/ecmascript5/Generics/parserGenericsInInterfaceDeclaration1.ts (1 errors) ==== interface I { v: A; ~~~~ !!! Cannot find name 'A'. f1(): T; f2?(): T; (): void; new (): void; }