2013-10-18 13:33:46 +02:00

14 lines
116 B
Java
Executable File

class UsecaseSix{
umu(Character c){
x;
return x;
}
void foo(bar){
y;
y = 5;
y = this.umu(bar);
}
}