blob: 4a82552ffa8c8a08578488af7633161fa857588e [file] [log] [blame]
import java.util.*;
public class Collect {
public void m(List<String> anObject) {
List strs = anObject;
}
}