mirror of
https://github.com/vlang/v.git
synced 2025-09-23 12:28:29 -04:00
parser: add back struct field removed by accident
This commit is contained in:
parent
90fc23ccfb
commit
57903247e3
@ -307,6 +307,7 @@ fn (mut p Parser) anon_fn() ast.AnonFn {
|
|||||||
is_anon: true
|
is_anon: true
|
||||||
no_body: no_body
|
no_body: no_body
|
||||||
pos: pos
|
pos: pos
|
||||||
|
file: p.file_name
|
||||||
}
|
}
|
||||||
typ: typ
|
typ: typ
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user