Parsing f."a"
causes a "malformed-expression" error with include
#26873
Labels
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
The syntax
f."a"
parses fine at the REPL, but it fails when the code is loaded withinclude
:Hyperscript uses this syntax. See the the bug report here: JuliaWeb/Hyperscript.jl#7.
Note that the error doesn't occur with
f.`a`
.The text was updated successfully, but these errors were encountered: