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