blob: 883b04f49929b4ca8c09baaef2d6438d653e5b5c [file]
let a = 1;
if(true) {
let a = 2;
}
return a;