8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
|
class UsecaseFive{
|
||
|
|
||
|
foo(bar){
|
||
|
bar.addElement(new Integer());
|
||
|
return bar;
|
||
|
}
|
||
|
|
||
|
}
|