rust-analyzer/tests/data/parser/inline/0074_expr_binding_power.rs

4 lines
40 B
Rust
Raw Normal View History

2018-08-04 13:34:54 +00:00
fn foo() {
1 + 2 * 3 == 1 * 2 + 3
}