diff options
author | 2024-04-02 16:45:54 -0700 | |
---|---|---|
committer | 2024-04-04 11:24:24 -0700 | |
commit | 683316a2b02f2f84ce3b9403b12c1c30cb262770 (patch) | |
tree | e851fc15adf3cd5019af896902dc35c624006ca7 /filesystem/filesystem_test.go | |
parent | 767a1fe663dbad63bad7592bc57703a7e161d32a (diff) |
Rename default select branch to 'default' keyword
Previously I was using an underscore to denote the default branch
because I was thinking that I would allow variable bindings in the
select branches, and 'default' could be mistaken for the name of a
variable. But I think it's better to just introduce alternate syntax,
like `default @ my_var: "foo" + my_var,` to do the variable bindings,
so that we can have a clearer name for the default case.
Bug: 323382414
Test: m nothing --no-skip-soong-tests
Change-Id: I8cbded97a029c06782fb5313d8c0e67f22951482
Diffstat (limited to 'filesystem/filesystem_test.go')
0 files changed, 0 insertions, 0 deletions