namespace Other { public class List { } } namespace Test { using Other; using System.Collections.Generic; public class Foo { public void M() { List x = null; } } }