[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0500.cs
bloba66f0c255b3224c21ff3b28823fb45f1df056321
1 // CS0500: `X.B()' cannot declare a body because it is marked abstract
2 // Line: 5
4 abstract class X {
5 public abstract void B () {