SYMBOL INDEX (4 symbols across 3 files) FILE: comparisons/empty-ok-all/bun/index.ts method fetch (line 3) | fetch(req) { FILE: comparisons/empty-ok-all/go/main.go function main (line 7) | func main() { function HelloServer (line 12) | func HelloServer(w http.ResponseWriter, r *http.Request) {} FILE: comparisons/empty-ok-all/rust/src/main.rs function main (line 4) | async fn main() -> std::io::Result<()> {