Files
tree-sitter-lscript/test/fixtures/invalid/match_arm_newline.ls
T
2026-09-23 00:36:22 -04:00

10 lines
104 B
Plaintext

Choice :: |{
one
}
describe :: @ choice: Choice -> str { match choice {
|.one =>
'one'
}
}