aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/paths.txt
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-01-06 22:01:33 +0000
committerFlorian Diebold <[email protected]>2019-01-06 23:05:19 +0000
commitcf49a11263c4d48720250db0c448b97dbec3d8b9 (patch)
tree7636e9919e5390b7b6d01d92aaf5336a3fbe590b /crates/ra_hir/src/ty/tests/data/paths.txt
parent6210e82041849bad6129331b9e45ac0bae6fe569 (diff)
Sort ranges in type inference tests
Also rename the files to remove the numbers (they don't serve a purpose now that there are only the data files).
Diffstat (limited to 'crates/ra_hir/src/ty/tests/data/paths.txt')
-rw-r--r--crates/ra_hir/src/ty/tests/data/paths.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/paths.txt b/crates/ra_hir/src/ty/tests/data/paths.txt
new file mode 100644
index 000000000..b22f4d4a5
--- /dev/null
+++ b/crates/ra_hir/src/ty/tests/data/paths.txt
@@ -0,0 +1,9 @@
1[15; 20) '{ 1 }': u32
2[17; 18) '1': u32
3[48; 53) '{ 1 }': u32
4[50; 51) '1': u32
5[67; 91) '{ ...c(); }': ()
6[73; 74) 'a': fn() -> u32
7[73; 76) 'a()': u32
8[82; 86) 'b::c': fn() -> u32
9[82; 88) 'b::c()': u32