()
| 350 | |
| 351 | #[test] |
| 352 | fn parse_var_declaration() { |
| 353 | insta::assert_snapshot!(parse_to_tree( |
| 354 | "let x := 1 |
| 355 | let y := 2" |
| 356 | )); |
| 357 | } |
| 358 | |
| 359 | #[test] |
| 360 | fn parse_var_declaration_with_types() { |
nothing calls this directly
no outgoing calls
no test coverage detected