### π Search Terms paste edits ### π Version & Regression Information Nightly build with vscode insiders ### β― Playground Link _No response_ ### π» Code ```ts const k = 1; console.log(k); /**/ ``` Copy `console.log(k);` and paste it at /**/ in the same file. ### π Actual behavior ```ts export import { k } from "./b"; const k = 1; console.log(k);console.log(k); ``` ### π Expected behavior ```ts const k = 1; console.log(k); console.log(k); ``` ### Additional information about the issue _No response_