[mcs] Add expression bodied syntax for accessors. Fixes #54991
[mono.git] / mcs / errors / cs4011.cs
index e84d5bd0326b3958c91c9d877da839e12cf7c107..c4bc3c88be963180c4c786e28c3fef0032a0b73a 100644 (file)
@@ -1,6 +1,5 @@
-// CS1999: The awaiter type `int' must have suitable IsCompleted, OnCompleted, and GetResult members
+// CS4011: The awaiter type `int' must have suitable IsCompleted and GetResult members
 // Line: 16
-// Compiler options: -langversion:future
 
 static class S
 {
@@ -16,4 +15,4 @@ class A
        {
                await 9;
        }
-}
\ No newline at end of file
+}