*** merged revisions from mcs: 57172, 57177
[mono.git] / mcs / errors / gcs0310-3.cs
index bf3547f61204e8f971bbb8d01fce874d460cebdf..472a74c441a1b0e38bfff324456b487533c4ddc5 100644 (file)
@@ -1,5 +1,4 @@
-// CS0310: The type 'A' must have a public parameterless constructor in
-// order to use it as parameter 'T' in the generic type or method 'Foo<T>'
+// CS0310: The type `A' must have a public parameterless constructor in order to use it as parameter `T' in the generic type or method `Foo<T>'
 // Line: 18
 
 public class Foo<T>