5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
import java.util.HashSet;
|
||
|
|
||
|
public class Bug301<A> extends HashSet<A> {
|
||
|
}
|