rust/tests/data/parser/err/0008_item_block_recovery.rs

14 lines
95 B
Rust
Raw Normal View History

2018-01-28 18:48:37 +01:00
fn foo() {
}
bar() {
if true {
1
} else {
2 + 3
}
}
fn baz() {
}