Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.11 KB | None | 0 0
  1. func `foo=`(_: any, i, x: int) = discard
  2.  
  3. assert: compiles(`foo=`(0, 0, 0))
  4. assert: not compiles(0.foo(0) = 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement