Report error about missing async support types
[mono.git] / mcs / errors / cs0206.cs
old mode 100755 (executable)
new mode 100644 (file)
index 03c79bf..2b5a113
@@ -1,5 +1,6 @@
-// cs0206.cs: indexers or properties can not be used as ref or out arguments
-// Line:
+// CS0206: A property, indexer or dynamic member access may not be passed as `ref' or `out' parameter
+// Line: 15
+
 class X {
        static int P { get { return 1; } set { } }