2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / dcs1970.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)