2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0246-18.cs
blob077c4710fd16ee33010326bbbf0955151118deef
1 // CS0246: The type or namespace name `dynamic' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 9
3 // Compiler options: -langversion:ISO-2
5 class C
7 public static void Main ()
9 dynamic d = 9;