You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking pure method expressions to their corresponding method exit PPT may
reduce the inference of redundant contracts.
In the example below, the postcondition \result > 0 would be inferred for
Foo.PositiveNumber(), and the precondition f.PositiveNumber() > 0 would be
inferred for the precondition of DoSomething.
class Foo {
int PositiveNumber() { ... }
}
class Bar {
void DoSomething(Foo f){ ... }
}
Original issue reported on code.google.com by [email protected] on 11 Jun 2013 at 10:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Jun 2013 at 10:40The text was updated successfully, but these errors were encountered: