7 lines
99 B
Rust
Raw Normal View History

fn foo() {
if bar && if !baz {
next_is_none = Some(true);
}
println!("foo");
}