Open
Description
Description
Initialize function call with an open bracket "in the word"
To Reproduce
Debug.Print "dict: " & dictToStr|this.dict
- Press
(
Expected behavior
Debug.Print "dict: " & dictToStr(|this.dict
or
Debug.Print "dict: " & dictToStr(this.dict)|
Resulting behavior
Debug.Print "dict: " & dictToStr((|); this.dict