--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.ts --- # Input ```ts /* should not generate diagnostics */ let a: number; let b = 1 var c : string; var d = "abn" const x = 0; for(let y of xs) {} using z = f(); ```