[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0160.cs
index 09c7c83c404ca202dcb2be1f8123de260f02d0f6..6e40311ed9b1e68d8cc543214a0afe94756f0c7c 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.cs: A previous catch clause already catches all exceptions of this or a super type `System.Exception'
 // Line: 8
 
 class ClassMain {