Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs1997.cs
index eeb5ba0a963ab21bd5a1ff0395af7d398d3c368a..bcceb7e1576efd6a711d78b8916021d06f24800f 100644 (file)
@@ -1,6 +1,5 @@
-// CS1997: `C.Test()': A return keyword must not be followed by an expression when async method returns Task. Consider using Task<T>
+// CS1997: `C.Test()': A return keyword must not be followed by an expression when async method returns `Task'. Consider using `Task<T>' return type
 // Line: 12
-// Compiler options: -langversion:future
 
 using System;
 using System.Threading.Tasks;