Commit Message
Fix: len/sizeof/typeof(string * n) wasn't working
The previous type/expr disambiguation improvement was overenthusiastic, and rejecting STRING * n because the '*' made it look like an expression. Fixed by not treating '*' as an operator.
Quick unit test addition to check typeof(string*n)
Modified Files