Update
[mono.git] / mcs / errors / gcs0310-2.cs
index 6692a1c899469dc5079090b3984aab008ce0911c..f553c5b7328efd4607f41e8676ee49fee5bfd193 100644 (file)
@@ -1,4 +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: 20
 
 public class Foo<T>