JavaCompilerCore/examples/hoti/hothtest.jav

9 lines
100 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
public class Test{
public test(y){
c;
c=5;
d;
d=5;
y=c+d;
}
}