diff options
author | Florian Diebold <[email protected]> | 2018-12-29 22:20:12 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-01-04 18:13:50 +0000 |
commit | 538147bf94b4c52a945c975b67e8d557998f9052 (patch) | |
tree | 667dc8e07cc92335de0ae1ca6e5ddcba7db1fa11 /crates/ra_hir/src/ty/tests | |
parent | d4db61b9a151a2a46c4067e61b0a4b1a9e3c73ec (diff) |
Resolve the Self type
Diffstat (limited to 'crates/ra_hir/src/ty/tests')
-rw-r--r-- | crates/ra_hir/src/ty/tests/data/0007_self.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/0007_self.txt b/crates/ra_hir/src/ty/tests/data/0007_self.txt index 0dd61da55..db4ba17d0 100644 --- a/crates/ra_hir/src/ty/tests/data/0007_self.txt +++ b/crates/ra_hir/src/ty/tests/data/0007_self.txt | |||
@@ -2,5 +2,5 @@ | |||
2 | [34; 38) 'self': &S | 2 | [34; 38) 'self': &S |
3 | [40; 61) '{ ... }': () | 3 | [40; 61) '{ ... }': () |
4 | [88; 109) '{ ... }': () | 4 | [88; 109) '{ ... }': () |
5 | [98; 102) 'self': &[unknown] | 5 | [98; 102) 'self': &S |
6 | [75; 79) 'self': &[unknown] | 6 | [75; 79) 'self': &S |