[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1108.cs
blobebef33cc813e94ae5d89abc33aa81ea87e410842
1 // CS1108: A parameter cannot have specified more than one modifier
2 // Line: 6
4 public class C
6 public void Foo (ref out int)