diff options
Diffstat (limited to 'crates/ra_hir/src/ty/tests/data')
-rw-r--r-- | crates/ra_hir/src/ty/tests/data/0004_struct.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/0004_struct.txt b/crates/ra_hir/src/ty/tests/data/0004_struct.txt index 41357749f..cc8f3665b 100644 --- a/crates/ra_hir/src/ty/tests/data/0004_struct.txt +++ b/crates/ra_hir/src/ty/tests/data/0004_struct.txt | |||
@@ -4,9 +4,11 @@ | |||
4 | [129; 130) '1': [unknown] | 4 | [129; 130) '1': [unknown] |
5 | [107; 108) 'a': A | 5 | [107; 108) 'a': A |
6 | [127; 128) 'C': [unknown] | 6 | [127; 128) 'C': [unknown] |
7 | [139; 142) 'a.b': [unknown] | 7 | [139; 142) 'a.b': B |
8 | [114; 133) 'A { b:...C(1) }': A | 8 | [114; 133) 'A { b:...C(1) }': A |
9 | [148; 151) 'a.c': [unknown] | 9 | [148; 151) 'a.c': C |
10 | [148; 149) 'a': A | ||
11 | [139; 140) 'a': A | ||
10 | [72; 154) '{ ...a.c; }': () | 12 | [72; 154) '{ ...a.c; }': () |
11 | [96; 97) 'B': [unknown] | 13 | [96; 97) 'B': [unknown] |
12 | [88; 89) '1': [unknown] | 14 | [88; 89) '1': [unknown] |