// cs0246-6.cs: The type or namespace name 'XmlDocument' could not be found // Line: 7 // This is bug 55770 using System; using System.Xml; using Document = XmlDocument; public class Test { public static void Main () { } }