mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-02 08:18:46 +00:00
4 lines
67 B
Rust
4 lines
67 B
Rust
fn a() {}
|
|
fn b(x: i32) {}
|
|
fn c(x: i32, ) {}
|
|
fn d(x: i32, y: ()) {}
|