index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
data
/
parser
/
inline
/
0064_param_list.rs
blob: 9d55bedbba7477b4287ac8433e12f2067c95ef9c (
plain
)
1
2
3
4
fn
a
()
{}
fn
b
(
x
:
i32
)
{}
fn
c
(
x
:
i32
,
)
{}
fn
d
(
x
:
i32
,
y
:
())
{}