DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs1669-3.cs
12345678910
// CS1669: __arglist is not valid in this context // Line: 6 class C { public static explicit operator X (__arglist) { return null; } }