blob: 6cbaf52db28ae234cb3ca99ce913ab021382d32a [file] [log] [blame]
import java.util.*;
class Test {
List foo() {
return new ArrayList<String>();
}
}