compiler
compiler copied to clipboard
🐛 Comments can't follow an enum literal.
Broken:
let test = #nothing
// This is a comment
Works:
let test = (#nothing)
// This is a comment
Definitely a funky one there...