class Test { Test(boolean condition) { if (condition) { } } }