mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Expr: Handle TYPE_VOID in SizeExpr and AssignExpr::Typecheck()
@vpax reported surprising behavior when working with "void values". While these are not exposed to script land, plumb the places he pointed out are causing confusing behavior. Closes #3640.
This commit is contained in:
parent
eeeaffb42c
commit
8cb1a1518f
9 changed files with 68 additions and 2 deletions
2
testing/btest/Baseline/language.void-errors-2/output
Normal file
2
testing/btest/Baseline/language.void-errors-2/output
Normal file
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/void-errors.zeek, line 2: identifier not defined: void
|
Loading…
Add table
Add a link
Reference in a new issue