mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-04 17:28:48 +00:00
5 lines
67 B
Rust
5 lines
67 B
Rust
|
fn a() {}
|
||
|
fn b(x: i32) {}
|
||
|
fn c(x: i32, ) {}
|
||
|
fn d(x: i32, y: ()) {}
|