TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs4005.cs
blob9570f81aa93f39ca2a5b90f9c2bde2ac952321eb
1 // CS4005: Async methods cannot have unsafe parameters
2 // Line: 7
3 // Compiler options: -unsafe
5 class C
7 public unsafe async void Test (int* arg)