==== tests/cases/compiler/errorTypesAsTypeArguments.ts (2 errors) ==== interface Foo { bar(baz: Foo): Foo; ~ !!! error TS2304: Cannot find name 'B'. ~ !!! error TS2304: Cannot find name 'C'. }