blob: 535acf216d57a5acfb91c622ac7a6ad5e3384c50 [file] [log] [blame]
import java.util.List;
class ListTypeArguments implements List<Object> {
public boolean add(Object o){return true;}
}