[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0102-19.cs
blobd01e3f2c7c2408461fb15d50df1b2f2ac4a0f869
1 // CS0102: The type `C' already contains a definition for `get_Foo'
2 // Line: 9
4 class C
6 int Foo {
7 get { }
9 int get_Foo;