Recover wrong invalid character constants.
[mono.git] / mcs / errors / gcs0310.cs
index acb580009976fabb62fe56fbca6976316432e1ab..aa72169d593502d37c72a5c32eb35067bbe81669 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>