[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0458-9.cs
blob1e77f7ce056bf75a8f6f1c9aef13fcef491b01a1
1 // CS0458: The result of the expression is always `null' of type `int?'
2 // Line: 9
3 // Compiler options: -warnaserror -warn:2
5 public class C
7 public static void Main ()
9 b = (null & 0) != null;