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

10 lines
164 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
public interface TestInterfaceNotInferenced {
public Integer m1();
/*should throw error, because not all Types defined*/
public m2();
public void m3(a);
}