JavaTXCompilerInJavaTX/examples/hoti/ErrorTest.jav

14 lines
174 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
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);
}
}