rust/tests/data/parser/inline/0051_method_call_expr.rs
2018-08-05 16:15:40 +03:00

4 lines
49 B
Rust

fn foo() {
x.foo();
y.bar::<T>(1, 2,);
}