| 4 | |
| 5 | function testDeepReadonly() { |
| 6 | interface ExtendedFunction extends Function { |
| 7 | args: 0; |
| 8 | } |
| 9 | |
| 10 | interface ExtendedDate extends Date { |
| 11 | today(): number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…