From 65ba292f297b2ac00e1233ff014b486d08ffe515 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 29 Jul 2025 04:35:15 +0000 Subject: [PATCH] Remove debug file Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com> --- debug.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 debug.ts diff --git a/debug.ts b/debug.ts deleted file mode 100644 index a0600747746..00000000000 --- a/debug.ts +++ /dev/null @@ -1,6 +0,0 @@ -type DataType = 'a' | 'b'; -declare function foo(template: T): [T, any, any]; - -// Test both cases -const [, , t] = foo({ dataType: 'a', day: 0 }); -const [, s, ] = foo({ dataType: 'a', day: 0 }); \ No newline at end of file