Merge pull request #1349 from martinjt/MachineKeyProtect
[mono.git] / mcs / errors / cs0246-32.cs
1 // CS0246: The type or namespace name `dynamic' could not be found. Are you missing an assembly reference?
2 // Line: 4
3
4 using dynamic;