svoid test_waitUntilNull_VarWithNotify() { new VarWithNotify v; doAfter(1.0, -> v.set(1)); evalWithTimeout(5.0, -> waitUntilNotNull(v)); }