Add tests

This commit is contained in:
Jonas Schievink 2022-05-04 16:58:02 +02:00
parent 1bc3305d95
commit 2a755495d0
4 changed files with 48 additions and 0 deletions

View file

@ -469,6 +469,8 @@ fn method_call_expr(p: &mut Parser, lhs: CompletedMarker) -> CompletedMarker {
// fn foo() {
// x.foo;
// x.0.bar;
// x.0. bar;
// x.0.1;
// x.0();
// }
fn field_expr(p: &mut Parser, lhs: CompletedMarker) -> CompletedMarker {