| 15 | const message = 'In botany, a fruit is the seed-bearing structure in flowering plants (also known as angiosperms) formed from the ovary after flowering.' |
| 16 | |
| 17 | class ExampleB extends React.Component { |
| 18 | constructor (props) { |
| 19 | super(props) |
| 20 | this.state = { |
nothing calls this directly
no outgoing calls
no test coverage detected