Files
2021-11-09 14:34:05 +01:00

9 lines
105 B
Plaintext

{
function f() { let a := 1 }
function g() { f() }
}
// ----
// step: unusedPruner
//
// { { } }