summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0246-33.cs
blob: c656f7555a5604fcfa1f22879729671cef958e85 (plain)
1
2
3
4
// CS0246: The type or namespace name `dynamic' could not be found. Are you missing an assembly reference?
// Line: 4

using static dynamic;