DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0102-19.cs
12345678910
// CS0102: The type `C' already contains a definition for `get_Foo' // Line: 9 class C { int Foo { get { } } int get_Foo; }