a in b + c
       ^ unexpected '+', expecting end-of-input
       ^ unexpected '+', ignoring it
a => b + c
       ^ unexpected '+', expecting end-of-input
       ^ unexpected '+', ignoring it

