Advertisement
pellekrogholt

Untitled

Jun 4th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //@ invariant dfa5.predict(input) > 0;
  2. protected DFA5 dfa5 = new DFA5(this);
  3.  
  4. // the following dosen't play niece:
  5. //@invariant (input != null) ==> dfa5.predict(input) > 0;
  6. protected DFA5 dfa5 = new DFA5(this);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement