[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0120-11.cs
blobdb295e62f637b6e042e1e9f5f5b6a170c236fffa
1 // CS0120: An object reference is required to access non-static member `Program.x'
2 // Line: 6
4 class Program {
5 int x;
6 const int y = x;