| 15 | describe('List', () => { |
| 16 | it('determines assignment of unspecified value types', () => { |
| 17 | interface Test { |
| 18 | list: List<string>; |
| 19 | } |
| 20 | |
| 21 | const t: Test = { |
| 22 | list: List(), |
nothing calls this directly
no outgoing calls
no test coverage detected