Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / gcs0019-9.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)