DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs1103-2.cs
123456789
// CS1103: The extension method cannot be of type `dynamic' // Line: 6 static class S { static void Foo (this dynamic d) { } }