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

4 lines
28 B
Rust
Raw Normal View History

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