blob: 7392b0fb88d0219ec2b450a308a7f3cdb4575ce1 [file] [log] [blame]
import junit.framework.TestCase;
import java.util.*;
public class MyTest
extends TestCase
{
public boolean bug2() {
//BUG: Suggestion includes "return false"
return new ArrayList<String>().remove(new Date());
}
}