[mcs] C#7 out variable declaration
[mono.git] / mcs / errors / cs0027.cs
index 35aee1b9cc8bbe8c1ed557344266efff21449bde..644e47dd202521a8af0e2730062696fd056f1204 100644 (file)
@@ -1,4 +1,4 @@
-// cs0027.cs: Keyword 'this' can't be used outside a constructor, a method or a property.
+// CS0027: Keyword `this' is not available in the current context
 // Line: 7 
 
 using System;