(msg)
| 405 | // Makes sure that having a null-prototype doesn't throw our system off |
| 406 | class A extends null { |
| 407 | static someTask(msg) { |
| 408 | return msg; |
| 409 | } |
| 410 | static method(msg) { |
| 411 | return this.someTask(msg); |
| 412 | } |
no outgoing calls
no test coverage detected