JavaPatternMatching/bin/mycompiler/test/trivial/TestConstructorNegative.jav

8 lines
147 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
public class TestConstructorNegative {
/*should throw error*/
public TestConstructorNegative(java.lang.Integer a, String b) {
return a;
}
}