[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1980.cs
blob643039ac9231499593949e84c3b7c867d2cf235d
1 // CS1980: Dynamic keyword requires `System.Runtime.CompilerServices.DynamicAttribute' to be defined. Are you missing System.Core.dll assembly reference?
2 // Line: 8
3 // Compiler options: -noconfig
6 static class C
8 public static void Test (dynamic i)