[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8174.cs
blob888711a0626c7bac59bed25f0853694d3a795453
1 // CS8174: A declaration of a by-reference variable must have an initializer
2 // Line: 8
4 class X
6 public static void Main ()
8 ref int j;