Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs0724.cs
index b4da1604af52ca45cae5b540527170efa7852f2e..a0d5c1467c28f1bc6d4c027c16c1e93bcc6ccf7a 100644 (file)
@@ -1,4 +1,4 @@
-// cs0724.cs: A throw statement with no arguments is not allowed inside of a finally clause nested inside of the innermost catch clause
+// CS0724: A throw statement with no arguments is not allowed inside of a finally clause nested inside of the innermost catch clause
 // Line: 14
 
 class C