[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0106-8.cs
blob3bf25287627a16db61a87b57deb74aaeb1c09df5
1 // CS0106: The modifier `public' is not valid for this item
2 // Line: 6
4 interface S
6 public void Foo ();