[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0106-10.cs
blobe36ad929ecb9038479841b874e5c3bf0292485c4
1 // CS0106: The modifier `async' is not valid for this item
2 // Line: 6
4 interface I
6 async void M ();