[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / cs0439.cs
1 // CS0439: An extern alias declaration must precede all other elements
2 // Line: 5
3
4 using A = System;
5 extern alias Hey;
6