2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-01-30 22:03:37 +00:00
rust-analyzer/tests/data/parser/inline/0033_fn_value_parameters.rs

5 lines
67 B
Rust
Raw Normal View History

fn a() {}
fn b(x: i32) {}
fn c(x: i32, ) {}
fn d(x: i32, y: ()) {}