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