Slightly expand test

This commit is contained in:
Jonas Schievink 2021-02-10 17:37:15 +01:00
parent 7ec03439a8
commit 2382dce2d3

View File

@ -3198,6 +3198,9 @@ fn f() {
().method();
//^^^^^^^^^^^ {unknown}
}
().method();
//^^^^^^^^^^^ {unknown}
}
"#,
);