[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs0246-6.cs
index ac9c375adbfc4918da4c8b204666cf315421ded2..b50535d943e5ccc05917b6e0dd9ad089b0109f60 100644 (file)
@@ -1,6 +1,5 @@
-// cs0246-6.cs: The type or namespace name `XmlDocument' could not be found. Are you missing a using directive or an assembly reference?
-// Line: 7
-// This is bug 55770
+// CS0246: The type or namespace name `XmlDocument' could not be found. Consider using fully qualified name `System.Xml.XmlDocument'
+// Line: 6
 
 using System;
 using System.Xml;
@@ -10,4 +9,4 @@ public class Test {
        public static void Main ()
        {
        }
-}
\ No newline at end of file
+}