[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs0102-20.cs
blob13f5ca949dfc12133a635fd68542353a11f7459d
1 // CS0102: The type `C<get_Foo>' already contains a definition for `get_Foo'
2 // Line: 6
4 class C<get_Foo>
6 string Foo {
7 set { }