diff options
author | Florian Diebold <[email protected]> | 2018-12-24 18:07:48 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2018-12-25 14:16:42 +0000 |
commit | b5b68f2094d49cacde6d7f0c49f521a0b25f34bd (patch) | |
tree | 5439bb80896c211b3cadb2c037383243fe1fc140 /crates/ra_hir/src/ty/tests | |
parent | 5fb426cb9eeefa69a53d7c8c3367f7c6b714b9b8 (diff) |
Add basic HIR and types for structs/enums
Diffstat (limited to 'crates/ra_hir/src/ty/tests')
-rw-r--r-- | crates/ra_hir/src/ty/tests/data/0004_struct.txt | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 000000000..70ad055ff --- /dev/null +++ b/crates/ra_hir/src/ty/tests/data/0004_struct.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | [86; 90) 'C(1)': [unknown] | ||
2 | [72; 153) '{ ...a.c; }': () | ||
3 | [86; 87) 'C': C | ||
4 | [107; 108) 'a': A | ||
5 | [114; 132) 'A { b:... C() }': [unknown] | ||
6 | [138; 141) 'a.b': [unknown] | ||
7 | [147; 150) 'a.c': [unknown] | ||
8 | [96; 97) 'B': B | ||
9 | [88; 89) '1': [unknown] | ||
10 | [82; 83) 'c': [unknown] | ||