| 65 | } |
| 66 | |
| 67 | interface Bar { |
| 68 | a: string; |
| 69 | c: boolean; |
| 70 | } |
| 71 | |
| 72 | expectTypeOf( |
| 73 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion -- preserves the named interface; that's what this test exercises. |
nothing calls this directly
no outgoing calls
no test coverage detected