JavaCompilerCore/examples/bajo1_usecases/UsecaseSix.jav

14 lines
116 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class UsecaseSix{
umu(Character c){
x;
return x;
}
void foo(bar){
y;
y = 5;
y = this.umu(bar);
}
}