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
/
0065_if_expr.rs
blob: f1691c159bf998ea974ddecfe9b054142738c7ff (
plain
)
1
2
3
4
5
fn
foo
()
{
if
true
{};
if
true
{}
else
{};
if
true
{}
else
if
false
{}
else
{}
}