Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs0216-5.cs
blobaf528374cc1a384726513217af577b0af051b138
1 // CS0216: The operator `Test.operator ==(Test, bool)' requires a matching operator `!=' to also be defined
2 // Line: 10
4 partial class Test
8 partial class Test
10 public static bool operator == (Test lhs, bool rhs)
12 return false;