public class TestConstructorNegative { /*should throw error*/ public TestConstructorNegative(java.lang.Integer a, String b) { return a; } }