5 lines
73 B
Plaintext
Raw Normal View History

2024-03-21 17:40:42 +01:00
import java.util.HashSet;
public class Bug301<A> extends HashSet<A> {
}