```javascript let obj = { x: 1 }; function func_7(/**/ o) { return o; } func_7(obj).x; // ^ defined: 2 ``` This test fails (but should pass) because the comment steals the parameter's lunch. 🎩 @BekaValentine