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