### Describe the bug Syntax error on snippets with inline typing with optional properties. ```svelte <script lang="ts"></script> {#snippet snip({a}: {a?: string})} <!-- Error: Expected token ) --> {a} {/snippet} ``` ### Reproduction [REPL](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAAy2NwQrCMBBEfyWsFwWh91AVv8N4CO22BNJtyG4Lsuy_m6KnmfcYGIUpZWTwLwWKC4KHZylwBfmUA3jHLNiY160Oh-l5qKmIy5HmWwDhAPdAfffTrQbSE1MqBcUdedZo3ml8eMdSE812sUCumRba_afWPpZ1TFPCEbzUDe1tX-wa1_ieAAAA) ### Logs _No response_ ### System Info ```shell Svelte 5.0.0-next.157 ``` ### Severity annoyance