DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs8126.cs
123456789
// CS8126: The tuple element name `Rest' is reserved // Line: 6 class C { static void Test ((int Rest, int b) arg) { } }