1 // CS1993: Cannot find compiler required types for asynchronous functions support. Are you targeting the wrong framework version?
3 // Compiler options: -nostdlib CS1993-corlib.cs
5 using System
.Threading
.Tasks
;
7 namespace System
.Threading
.Tasks
16 public static A
GetAwaiter (this int i
)
30 void OnCompleted (System
.Action a
)
39 static async Task
<int> Test ()