[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0670.cs
blobc2aabef87caaeacd4e7e4beeab8616a96ef3828a
1 // CS0670: Fields cannot have void type
2 // Line: 5
4 class X {
5 void j;
7 static void Main () {}