[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1103-2.cs
blob19e508d5f78ce8f1acd3e4a36a3b83d71bdc897e
1 // CS1103: The extension method cannot be of type `dynamic'
2 // Line: 6
4 static class S
6 static void Foo (this dynamic d)