(
public west = 0,
public south = 0,
public east = 0,
public north = 0
)
| 18 | ) |
| 19 | |
| 20 | constructor( |
| 21 | public west = 0, |
| 22 | public south = 0, |
| 23 | public east = 0, |
| 24 | public north = 0 |
| 25 | ) {} |
| 26 | |
| 27 | get width(): number { |
| 28 | let east = this.east |
nothing calls this directly
no outgoing calls
no test coverage detected