nph
nph copied to clipboard
Macro call with a statement in colon shouldn't be expanded to multiple lines
const keywords = collect(for it in Keyword: $it)
Expands to:
const keywords = collect(
for it in Keyword:
$it
)
I don't think it's ideal.
nph version: v0.6.1-0-g0d8000e