diff options
Diffstat (limited to 'crates/hir_ty/src')
-rw-r--r-- | crates/hir_ty/src/tests/traits.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/hir_ty/src/tests/traits.rs b/crates/hir_ty/src/tests/traits.rs index e030f4a97..7fce441f2 100644 --- a/crates/hir_ty/src/tests/traits.rs +++ b/crates/hir_ty/src/tests/traits.rs | |||
@@ -3198,6 +3198,9 @@ fn f() { | |||
3198 | ().method(); | 3198 | ().method(); |
3199 | //^^^^^^^^^^^ {unknown} | 3199 | //^^^^^^^^^^^ {unknown} |
3200 | } | 3200 | } |
3201 | |||
3202 | ().method(); | ||
3203 | //^^^^^^^^^^^ {unknown} | ||
3201 | } | 3204 | } |
3202 | "#, | 3205 | "#, |
3203 | ); | 3206 | ); |