The reproducible code: ```ts const checkHightlighting = check(({ sixthVariable = `create ${myVariable}` }) => { return 'hello, world'; }); ``` 