libdo

Untitled

Oct 7th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void f(Object x)
  2. in
  3. {
  4. assert(x != null);
  5. }
  6. body
  7. {
  8. // do some magic
  9. }
Add Comment
Please, Sign In to add comment