[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0703-3.cs
blob72e78e16ffd352e992516942c3a572f2ad76b378
1 // CS0703: Inconsistent accessibility: constraint type `C.I' is less accessible than `C.Foo<T>()'
2 // Line: 10
4 public class C
6 interface I
10 public void Foo<T>() where T : I