()
| 2398 | { |
| 2399 | class App2 extends Component { |
| 2400 | constructor() { |
| 2401 | super(); |
| 2402 | this.secret = 2; |
| 2403 | } |
| 2404 | |
| 2405 | render() { |
| 2406 | return <div>{this.superSecret * 2} v2</div>; |
nothing calls this directly
no outgoing calls
no test coverage detected