diff options
author | Florian Diebold <[email protected]> | 2018-12-25 12:54:38 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2018-12-25 14:16:42 +0000 |
commit | 55c941cd9fb90c9340f01981e113aabd058b185b (patch) | |
tree | f07828a8eaabab7c20b2b4d3b98519956b981f17 /crates/ra_hir/src/ty/tests/data | |
parent | 07a72859650254d8ba326e2c9683ae52164cb3b5 (diff) |
Type field accesses
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] |