JavaPatternMatching/bin/mycompiler/test/trivial/TestConstructorNegative.jav
2013-10-18 13:33:46 +02:00

8 lines
147 B
Java
Executable File

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