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