parser: add back struct field removed by accident

pull/4702/head
joe-conigliaro 2020-05-04 21:27:54 +10:00
parent 90fc23ccfb
commit 57903247e3
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ fn (mut p Parser) anon_fn() ast.AnonFn {
is_anon: true
no_body: no_body
pos: pos
file: p.file_name
}
typ: typ
}