IVY_KW_VAR is not treated as an expression start token (as variable declarations are not strictly expressions). so the lambda parser did not create a block parser context when it encountered this keyword.
IVY_KW_VAR is not treated as an expression start token (as variable declarations are not strictly expressions). so the lambda parser did not create a block parser context when it encountered this keyword.