15 lines
138 B
Plaintext
15 lines
138 B
Plaintext
|
class UsecaseFive{
|
||
|
|
||
|
foo(bar){
|
||
|
if(bar==true){
|
||
|
umu;
|
||
|
umu = bar;
|
||
|
return new Integer(3);
|
||
|
}
|
||
|
else {
|
||
|
x;
|
||
|
return x;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|