[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0111-19.cs
blob24dd7712c629eb34152c774474d105a00081f979
1 // CS0111: A member `C.Foo()' is already defined. Rename this member or use different parameter types
2 // Line: 11
5 public partial class C
7 void Foo ()
11 partial void Foo ();
13 partial void Foo ()