Advertisement
caps_lock

Untitled

Apr 15th, 2015
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1.   method test()
  2.     requires RepInv();
  3.     {
  4.        var d:DICT := new DICT(16);
  5.        d.assoc(1,0);  
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement