Skip to content

Commit 2382dce

Browse files
Slightly expand test
1 parent 7ec0343 commit 2382dce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/hir_ty/src/tests/traits.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3198,6 +3198,9 @@ fn f() {
31983198
().method();
31993199
//^^^^^^^^^^^ {unknown}
32003200
}
3201+
3202+
().method();
3203+
//^^^^^^^^^^^ {unknown}
32013204
}
32023205
"#,
32033206
);

0 commit comments

Comments
 (0)