9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
|
class UsecaseThree_pl<A> {
|
||
|
|
||
|
foo() {
|
||
|
c;
|
||
|
c = new Vector<A>();
|
||
|
return c;
|
||
|
}
|
||
|
|
||
|
}
|