🌈 搜索
📅  最后修改于: 2022-03-11 14:57:10.189000             🧑  作者: Mango
function fn () { let x = 0 if (true) { let x = 1 // only inside this `if` } }