package ctors; public class XX2 { public XX2() { System.err.println("sometext"); System.out.println(Utils.stack(2)); } }