In the following code: ```ts const aaa = true ? "bbb" : "ccc"; ``` The scopes `"inside bat"` and `"inside cap"` return the whole strings `"bbb"` and `"ccc"` respectively, rather than `bbb` and `ccc` as expected