```ts interface Man { man } interface Bear { bear } interface Pig { pig } interface Dog { dog } interface Cat { cat } interface Platypus { platypus } ``` None of these should have suggestion diagnostics. 