rust/tests/data/parser/inline/0051_method_call_expr.rs

5 lines
44 B
Rust
Raw Normal View History

2018-07-31 16:35:54 +02:00
fn foo() {
x.foo();
y.bar(1, 2,);
}