[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs1983.cs
index afd2239be1e053b50e7ba6a9d33df1776889d049..a2ef6c150d6ed181f9479c4df183f3442e1a4d04 100644 (file)
@@ -1,6 +1,5 @@
-// CS1983: The return type of an async method `C.Test()' must be void, Task, or Task<T>
+// CS1983: The return type of an async method must be void, Task, or Task<T>
 // Line: 6
-// Compiler options: -langversion:future
 
 class C
 {