@@ -86,7 +86,6 @@ fn (mut s SymbolTable) lookup_func(name string) ?FuncSymbolInfo {
}
fn (mut s SymbolTable) is_in_global_scope() bool {
println("scope count: ${s.variable_scopes.len}")
return s.variable_scopes.len == 1
The note is not visible to the blocked user.