class Test { public Test() { this(10); } public Test(final int i) { } }