DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs1743.cs
123456789
// CS1743: Cannot specify a default value for the `this' parameter // Line: 6 static class C { public static void Test (this C a = null) { } }