```js /** @hi #_make */ var UI = {}; ``` **Expected behavior:** No error on `#` **Actual behavior:** "Invalid character" on `#`. Might be a result of #26915 ? I couldn't get it to repro in Typescript but didn't try very hard.
Expected behavior:
No error on
#Actual behavior:
"Invalid character" on
#.Might be a result of #26915 ?
I couldn't get it to repro in Typescript but didn't try very hard.