@see Kit#codeBug
()
| 469 | * @see Kit#codeBug |
| 470 | */ |
| 471 | public static RuntimeException codeBug() throws RuntimeException { |
| 472 | throw Kit.codeBug(); |
| 473 | } |
| 474 | |
| 475 | // TODO(stevey): think of a way to have polymorphic toString |
| 476 | // methods while keeping the ability to use Node.toString for |
no test coverage detected