static void assertEmptyVerbose(S msg default null, O o) { if (!empty(o)) fail((msg != null ? msg + ": " : "not empty: ") + o); print("OK: empty"); }