Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0217.cs
index d96ed7d0f55f0c2a5eb374ff223efa9f063154a1..14a89275491b9fde165856d2fba9c3002f3aa06e 100644 (file)
@@ -1,4 +1,4 @@
-// cs0217.cs: In order to be applicable as a short circuit operator a user-defined logical operator `UserOperatorClass.operator &(UserOperatorClass, UserOperatorClass)' must have the same return type as the type of its 2 parameters
+// 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