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
/
0043_call_expr.rs
blob: 0c9a20718a1649fa253f61cceaa35f4e56350b9e (
plain
)
1
2
3
4
fn
foo
()
{
let
_
=
f
();
let
_
=
f
()(
1
)(
1
,
2
,);
}