blob: cf550c89a517fc5b65b8f238c701dc88f5b1f220 [file] [log] [blame]
// "Remove redundant types" "true"
import java.util.*;
public class Sample {
List<String> foo = new ArrayList<>();
{
foo.forEach((Str<caret>ing s) -> {});
}
}