import java.util.List; class HighlightImport { void f(List l) { List m; java.util.List n; } List g() { return null; } }