| 13 | |
| 14 | |
| 15 | class Cadabra { |
| 16 | magic() { |
| 17 | console.log('magic 2'); |
| 18 | } |
| 19 | |
| 20 | cadabra_it(a) { |
| 21 | let b = a.abra_it() |
| 22 | let c = "d" |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | function main(cls) { |
| 27 | obj = cls() |
nothing calls this directly
no outgoing calls
no test coverage detected