56789101112
// submitted & found by jswaelens from github public class Test { public static void main(String[] args) { TestBean b =new TestBean(); b.doSomething(false); }