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:
parent
41d50aca38
commit
4727086526
4 changed files with 926 additions and 1148 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue