cleol
[mcs.git] / errors / dcs1103.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)