--- tags: [] --- 不允许使用未声明的变量。 **无效:** ```typescript const foo = someFunction(); const bar = a + 1; ```