We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b2f30 commit 95b7c3dCopy full SHA for 95b7c3d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5d98f55fcf0c88372101eb137e2cd1c75e00f1a2
+refs/heads/master: 1689d999650d454b667c57c028b808e5aa0e49d2
trunk/src/test/run-pass/else-if.rs
@@ -16,4 +16,27 @@ fn main() {
16
check(true);
17
}
18
19
-}
+ if (1 == 2) {
20
+ check(false);
21
+ } else if (2 == 2) {
22
+ if (1 == 1) {
23
+ check(true);
24
+ } else {
25
+ if (2 == 1) {
26
27
28
29
+ }
30
31
32
+
33
34
35
36
37
38
39
40
41
42
+}
0 commit comments