MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / parse_var_declaration

Function parse_var_declaration

crates/papyrus/src/parser.rs:352–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected