JavaCompilerCore/examples/hoti/ErrorTest.jav
2013-10-18 13:33:46 +02:00

14 lines
174 B
Java
Executable File

public class MyInterface {
public String convert(String x, Integer mode){
return("");
}
}
public class Test{
public void test(x){
y;
z;
y=x.convert(z,1);
}
}