Skip to content

Commit 545ceb7

Browse files
committed
test
1 parent a603544 commit 545ceb7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
fn foo() {
2+
let a = [(); const {
3+
let x = 1;
4+
x
5+
}];
6+
}
7+
8+
fn foo() {
9+
let x = [(); const { 1 }];
10+
}

0 commit comments

Comments
 (0)