You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lexical: -32803: %SyntaxError{file: "/Users/scottming/Code/dummy/lib/dummy.ex",line: 9,column: 16,snippet: %{content: " |> Enum.ff(&String.contains?(&1, \"a\"))",offset: 15},description: "unexpected token: Codepoint failed identifier tokenization, but a simpler form was found.\n\nGot:\n\n\"ffï¢\" (code points 0x00066 0x00066 0x000EF 0x000A2)\n\nHint: You could writethe above in a similar way that is accepted by Elixir:\n\n\"ffïc̸\" (code points 0x00066 0x00066 0x000EF 0x00063 0x00338)\n\nSee https://hexdocs.pm/elixir/unicode-syntax.html for more information."}
This is the error
and then
% s/filter/f/g, then do format.I'm not sure if this is a lexical bug or not, will add more information later.