Code: ``` const A = function() { return 1 } B = A() # <- Error: Cannot use void in expression position ``` Why calling a lambda in expressions causes an error "Cannot use void in expression position"? I think this is a bug.