In the following example, 'a' is highlighted as a function (as well as b) ``` a = b: -> print "hi" ``` But not in this equivalent expression ``` a = b: -> print "hi" ```