[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0246-25.cs
index 1050967f9698951c1e73eaf64d94e0e2588988eb..60aa5e4ce9563d9f100d5ed39a76270584754799 100644 (file)
@@ -1,4 +1,4 @@
-// CS0246: The type or namespace name `X' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `X' could not be found. Are you missing an assembly reference?
 // Line: 4
 
 class A<T> where T : X