==== tests/cases/compiler/extendsClauseAlreadySeen2.ts (3 errors) ==== class C { } class D extends C extends C { ~~~~~~~ !!! '{' expected. ~~~~~~~~~~~ ~~~~~~ !!! Cannot find name 'string'. baz() { } ~~~~~~~~~~~~~ } ~ !!! Operator '>' cannot be applied to types 'boolean' and '{ baz: () => void; }'.