C6509
Visual Studio 2012
warning C6509: invalid annotation: 'return' cannot be referenced from a precondition
This warning indicates that the return keyword cannot be used in a precondition. The return keyword is used to terminate the execution of a function and return control to the calling function.