[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0246-18.cs
blob60d6e99bfa7340df1e8898bfad95c1cd28ac6c26
1 // CS0246: The type or namespace name `dynamic' could not be found. Are you missing an assembly reference?
2 // Line: 9
3 // Compiler options: -langversion:ISO-2
5 class C
7 public static void Main ()
9 dynamic d = 9;