[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1970.cs
blobbc8c7f28876874f7271a19caf43d8ff9257182cd
1 // CS1970: Do not use `System.Runtime.CompilerServices.DynamicAttribute' directly. Use `dynamic' keyword instead
2 // Line: 4
4 [System.Runtime.CompilerServices.Dynamic]
5 static class C
7 public static void Test (int i)