diff options
author | Florian Diebold <[email protected]> | 2018-12-24 19:32:39 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2018-12-25 14:16:42 +0000 |
commit | 4ff161852016c6c15954d6f30bd637834a2b2b68 (patch) | |
tree | 7ea2d34a8f58f5a242481e6d6294bef22546fcaf /crates/ra_hir/src/ty/tests/data/0004_struct.txt | |
parent | b5b68f2094d49cacde6d7f0c49f521a0b25f34bd (diff) |
Do name resolution by namespace (types/values)
Diffstat (limited to 'crates/ra_hir/src/ty/tests/data/0004_struct.txt')
-rw-r--r-- | crates/ra_hir/src/ty/tests/data/0004_struct.txt | 4 |
1 files changed, 2 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 70ad055ff..a4371c5a5 100644 --- a/crates/ra_hir/src/ty/tests/data/0004_struct.txt +++ b/crates/ra_hir/src/ty/tests/data/0004_struct.txt | |||
@@ -1,10 +1,10 @@ | |||
1 | [86; 90) 'C(1)': [unknown] | 1 | [86; 90) 'C(1)': [unknown] |
2 | [72; 153) '{ ...a.c; }': () | 2 | [72; 153) '{ ...a.c; }': () |
3 | [86; 87) 'C': C | 3 | [86; 87) 'C': [unknown] |
4 | [107; 108) 'a': A | 4 | [107; 108) 'a': A |
5 | [114; 132) 'A { b:... C() }': [unknown] | 5 | [114; 132) 'A { b:... C() }': [unknown] |
6 | [138; 141) 'a.b': [unknown] | 6 | [138; 141) 'a.b': [unknown] |
7 | [147; 150) 'a.c': [unknown] | 7 | [147; 150) 'a.c': [unknown] |
8 | [96; 97) 'B': B | 8 | [96; 97) 'B': [unknown] |
9 | [88; 89) '1': [unknown] | 9 | [88; 89) '1': [unknown] |
10 | [82; 83) 'c': [unknown] | 10 | [82; 83) 'c': [unknown] |