DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0029-42.cs
12345678910
// CS0029: Cannot implicitly convert type `string' to `int' // Line: 8 class C { void Exists (int _) { _ = "2"; } }