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
/
0051_method_call_expr.rs
blob: 236d94e88709e3bd4e55edb930e1e919ecb9e03f (
plain
)
1
2
3
4
fn
foo
()
{
x
.
foo
();
y
.
bar
(
1
,
2
,);
}