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: 1a3aa35ae8e73cb890aadbfbd72ceda99b278dc6 (
plain
)
1
2
3
4
fn
foo
()
{
x
.
foo
();
y
.
bar
::
<
T
>
(
1
,
2
,);
}