JavaPatternMatching/examples/achim/This.jav

10 lines
73 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class This{
public This(i){
i;
}
methode(){
i;
this.i = 0;
}
}