Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0217.cs
index 0c3a679e7a52cf1acdb134e106fdb19720d98e3d..14a89275491b9fde165856d2fba9c3002f3aa06e 100644 (file)
@@ -1,4 +1,4 @@
-// CS0217: A user-defined operator `UserOperatorClass.operator &(UserOperatorClass, UserOperatorClass)' must have parameters and return values of the same type in order to be applicable as a short circuit operator
+// CS0217: A user-defined operator `UserOperatorClass.operator &(UserOperatorClass, UserOperatorClass)' must have each parameter type and return type of the same type in order to be applicable as a short circuit operator
 // Line: 22
 
 public class UserOperatorClass