==== tests/cases/compiler/contextualTyping11.ts (1 errors) ==== class foo { public bar:{id:number;}[] = [({})]; } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !!! Type 'foo[]' is not assignable to type '{ id: number; }[]': !!! Type 'foo' is not assignable to type '{ id: number; }': !!! Property 'id' is missing in type 'foo'.