mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
Slightly expand test
This commit is contained in:
parent
7ec03439a8
commit
2382dce2d3
1 changed files with 3 additions and 0 deletions
|
@ -3198,6 +3198,9 @@ fn f() {
|
||||||
().method();
|
().method();
|
||||||
//^^^^^^^^^^^ {unknown}
|
//^^^^^^^^^^^ {unknown}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
().method();
|
||||||
|
//^^^^^^^^^^^ {unknown}
|
||||||
}
|
}
|
||||||
"#,
|
"#,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue