10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
public interface TestInterfaceNotInferenced {
|
||
|
|
||
|
public Integer m1();
|
||
|
|
||
|
/*should throw error, because not all Types defined*/
|
||
|
public m2();
|
||
|
|
||
|
public void m3(a);
|
||
|
|
||
|
}
|