Closed mhanberg closed 9 months ago
Currently the following snippet is parsed as a :__block__ by Code.string_to_quoted, but I'm not sure why
:__block__
(!false)
I have asked a question to core to resolve what the behavior should be: https://github.com/elixir-lang/elixir/issues/13324
Closed by 6a37c61e884179d1cd1f9acc31aa11108b19e813
Description
Currently the following snippet is parsed as a
:__block__
by Code.string_to_quoted, but I'm not sure whyI have asked a question to core to resolve what the behavior should be: https://github.com/elixir-lang/elixir/issues/13324