Following snippet doesn't find a FUNCTION ``` python() { print("baz") } ``` while ``` python () { print("baz") } ``` works fine