DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs1741-2.cs
12345678
// CS1741: Cannot specify a default value for the `out' parameter // Line: 6 interface I { void Test (out bool a = true); }