aboutsummaryrefslogtreecommitdiffstats
path: root/it/projects/basedir-with-source/Hello.js
blob: dffa9369052977afdc4e8a4a0b1a1cf3a9dc2df6 (plain)
1
2
3
4
function hello() {
    let i=356;
    if (true) i=5658;
}