* LabelInfo.cs: Move this type outside of MethodDef, because other
[mono.git] / mcs / errors / cs0670.cs
1 class X {
2         void j;
3
4         static void Main () {}
5 }