Closed SergeyTeplyakov closed 10 years ago
Quick fix for the following error:
public class MalformedContractErrors { public void RequiresOrEnsuresAfterEndContractBlock() { Contract.EndContractBlock(); // error CC1012: Contract call found after prior EndContractBlock. Contract.Ensures(true); Contract.Requires(false); } }
Quick fix for the following error: