[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0019-49.cs
blob4915f42084c098680c68d5a023e97c1c07c3d38a
1 // CS0019: Operator `!=' cannot be applied to operands of type `ulong?' and `int'
2 // Line: 8
4 class C
6 static void Test (ulong? x, int y)
8 if (x != y)