[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1988.cs
blobb0ec5bc7f865ccd6d810fca8c97c36e974a53b26
1 // CS1988: Async methods cannot have ref or out parameters
2 // Line: 6
4 class C
6 public async void Test (ref int arg)