5 lines
73 B
Plaintext
Raw Normal View History

2024-05-02 23:04:07 +02:00
import java.util.HashSet;
public class Bug301<A> extends HashSet<A> {
}