rust-analyzer/tests/data/parser/inline/0074_expr_binding_power.rs
Aleksey Kladov 23cbe7fd4a Pratt
2018-08-04 16:34:54 +03:00

3 lines
40 B
Rust

fn foo() {
1 + 2 * 3 == 1 * 2 + 3
}