mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +01:00
change name
This commit is contained in:
parent
ee01a9f5b5
commit
9019dc0295
73 changed files with 152 additions and 151 deletions
29
src/parse/snapshots/dilaria__parse__test__r#fn__empty.snap
Normal file
29
src/parse/snapshots/dilaria__parse__test__r#fn__empty.snap
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
source: src/parse/test.rs
|
||||
assertion_line: 90
|
||||
expression: ast
|
||||
|
||||
---
|
||||
FnDecl(
|
||||
FnDecl {
|
||||
span: Span {
|
||||
start: 0,
|
||||
end: 0,
|
||||
},
|
||||
name: Ident {
|
||||
sym: "empty",
|
||||
span: Span {
|
||||
start: 0,
|
||||
end: 0,
|
||||
},
|
||||
},
|
||||
params: [],
|
||||
body: Block {
|
||||
stmts: [],
|
||||
span: Span {
|
||||
start: 0,
|
||||
end: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue