| 4941 | } |
| 4942 | |
| 4943 | interface GenericInterface { |
| 4944 | foo: number; |
| 4945 | bar: boolean; |
| 4946 | foobar?: string; |
| 4947 | } |
| 4948 | |
| 4949 | class Example120 extends React.Component<any, any> { |
| 4950 | render() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…