Merge pull request #143 from mistoll/master
[mono.git] / mcs / errors / cs0160.cs
index 09c7c83c404ca202dcb2be1f8123de260f02d0f6..582e9d71fc4122fdea507d5c87e80b63d496efaf 100644 (file)
@@ -1,4 +1,4 @@
-// cs0160.cs: A previous catch clause already catches all exceptions of this or a super type 'System.Exception'
+// CS0160: A previous catch clause already catches all exceptions of this or a super type `System.Exception'
 // Line: 8
 
 class ClassMain {