diff --git a/test.ts b/test.ts index c9da7bdd..5b6d755b 100644 --- a/test.ts +++ b/test.ts @@ -4,6 +4,6 @@ async function test_Function() { for (let index = 0; index < 100; index++) { await test_Function(); - let a = "test"; + const a = "test"; }