[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs0246-10.cs
index f3e1d0637399666b565cee3a4bb668c718db3b86..241d856a62ac88ad13799a5bdcb288bb5cb97d26 100644 (file)
@@ -1,4 +1,5 @@
-// cs0246-10.cs: The type or namespace name `Nonexistant' could not be found (are you missing a using directive or an assembly reference?)
+// CS0246: The type or namespace name `Nonexistant' could not be found. Are you missing an assembly reference?
+// Line: 5
 
 using System;
 using Nonexistant;
@@ -8,3 +9,4 @@ class X
        static void Main () {
        }
 }
+