rust/tests/data/parser/inline/0052_field_expr.rs

5 lines
37 B
Rust
Raw Normal View History

2018-07-31 09:35:54 -05:00
fn foo() {
2018-07-31 15:59:08 -05:00
x.foo;
x.0.bar;
2018-07-31 09:35:54 -05:00
}