Skip to content

Commit dd51031

Browse files
committed
new test case
1 parent 966504c commit dd51031

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Test a rather underspecified example:
2+
3+
fn main() {
4+
let f = {|i| i};
5+
assert f(2) == 2;
6+
assert f(5) == 5;
7+
}

0 commit comments

Comments
 (0)