Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-12-22 17:02:27 +0300
committerMarek Safar <marek.safar@gmail.com>2017-12-22 18:53:31 +0300
commit841ffc2334512b5a4d0c59c4ce9f311cf63c4610 (patch)
treee7d87ddc5f5d295c7aa549d50b07ff229b770f0f /mcs/errors
parent6e885dec43b2e275822e9372412a7077287fd484 (diff)
[mcs] Implements C# 7.0 Generalized async return types
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/cs1983.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs1983.cs b/mcs/errors/cs1983.cs
index a2ef6c150d6..76d2db4e677 100644
--- a/mcs/errors/cs1983.cs
+++ b/mcs/errors/cs1983.cs
@@ -1,4 +1,4 @@
-// CS1983: The return type of an async method must be void, Task, or Task<T>
+// CS1983: The return type of an async method must be void or task type
// Line: 6
class C