[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / cs1525-22.cs
1 // CS1525: Unexpected symbol `::'
2 // Line: 4
3
4 namespace a::b
5 {
6 }