WIP: Merge 'select_case' and 'default_case'

Not sure whether I like this change or not... IMO this might be too lax.
This commit is contained in:
Bruno BELANYI 2024-04-09 13:01:49 +01:00
parent 387dc2d3ad
commit 8f4af134e3
4 changed files with 1033 additions and 1246 deletions

View file

@ -130,10 +130,9 @@ foo = select(variant("VARIANT"), {
(select_case
(interpreted_string_literal)
(interpreted_string_literal))
(ERROR
(select_case
(default)
(unset)))
(select_case
(default)
(unset))
(select_case
(interpreted_string_literal)
(interpreted_string_literal))