[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0051-3.cs
blob55041ee4c1e5e25e4b9cf3b23280fae97fa4c53a
1 // CS0051: Inconsistent accessibility: parameter type `NV' is less accessible than method `C1.Foo(NV)'
2 // Line: 14
4 internal class NV
8 public partial class C1
12 partial class C1
14 public void Foo (NV arg)