for "build" config, import corlib common sources at unix instead (#11989)
[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)