される。 try-finallyの発展と考えると 理解しやすい。 export function doSomeWork() { using file = new TempFile(".some_temp_file"); // use file... if (someCondition()) { // do some more work... return; } } https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/ より引用