blob: e8a1986c487c9dc5f5c7b1997f07c2867dc5f1df [file] [log] [blame]
package import_out;
import java.util.List;
public class TestUseInDeclClash {
List fList;
public void main() {
Provider p= null;
import_use.List list= null;
}
}