Skip to content

Commit

Permalink
add let test
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Dec 24, 2024
1 parent d80e3de commit caf3607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/valid/let_stmt.ri
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ let x = 1;
fn main() {
let y = 1;
let abc, def = 1;

fn inside() {
let inside_var = false;
}
}

0 comments on commit caf3607

Please sign in to comment.