When i use di" in this scenario this happens.   ```ts let func = () => ({ a: 1, b: 2 }); console.log(func(), "hello", "world"); // { a: 1, b: 2 } function test() { console.log("test"); } ```