static A assertNotNull(A a) { assertTrue(a != null); ret a; } static A assertNotNull(S msg, A a) { assertTrue(msg, a != null); ret a; }