aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/snapshots
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-01-25 20:32:49 +0000
committerFlorian Diebold <[email protected]>2019-01-25 20:32:49 +0000
commit5a1385007cb7509d50a77afa5a47ed0685f7f2f9 (patch)
treec996152aa889c1ef7c6af18ae88f328a2ba2c5fb /crates/ra_hir/src/ty/snapshots
parent03fc615ead78ecf126632220104fa4de3414eb7f (diff)
Fix type inference of binops on int/float variables
Fixes #651.
Diffstat (limited to 'crates/ra_hir/src/ty/snapshots')
-rw-r--r--crates/ra_hir/src/ty/snapshots/tests__bug_651.snap13
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/ra_hir/src/ty/snapshots/tests__bug_651.snap b/crates/ra_hir/src/ty/snapshots/tests__bug_651.snap
new file mode 100644
index 000000000..d23d3f139
--- /dev/null
+++ b/crates/ra_hir/src/ty/snapshots/tests__bug_651.snap
@@ -0,0 +1,13 @@
1---
2created: "2019-01-25T20:31:47.275112244+00:00"
3creator: [email protected]
4expression: "&result"
5source: crates/ra_hir/src/ty/tests.rs
6---
7[11; 41) '{ ...+ y; }': ()
8[21; 22) 'y': i32
9[25; 27) '92': i32
10[33; 34) '1': i32
11[33; 38) '1 + y': i32
12[37; 38) 'y': i32
13