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

5 lines
37 B
Rust
Raw Normal View History

2018-07-31 16:35:54 +02:00
fn foo() {
2018-07-31 22:59:08 +02:00
x.foo;
x.0.bar;
2018-07-31 16:35:54 +02:00
}