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

5 lines
49 B
Rust
Raw Normal View History

2018-07-31 16:35:54 +02:00
fn foo() {
x.foo();
2018-08-05 15:15:40 +02:00
y.bar::<T>(1, 2,);
2018-07-31 16:35:54 +02:00
}