Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0160.cs
index 6e40311ed9b1e68d8cc543214a0afe94756f0c7c..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 {