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 b6e6bfc commit f424ef6Copy full SHA for f424ef6
test/tall/regression/1600/1628.unit
@@ -0,0 +1,10 @@
1
+>>>
2
+bool f(bool b, int i) {
3
+ return // Check b.
4
+ b == true || i.isEven;
5
+}
6
+<<<
7
8
9
10
0 commit comments