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