mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

Also removed RefExpr::Eval(Val*) method since it was never called (Clang emitted warning about this hiding overloaded virtual function UnaryExpr::Eval(Frame*)) and doesn't appear to be necessary even if it was called to avoid the default vector handling of UnaryExpr::Eval (as the comment suggests as the intention).
5 lines
101 B
Text
5 lines
101 B
Text
[0, 0, 0]
|
|
[a=0, b=test, c=[1, 2, 3]]
|
|
[1, 1, 1]
|
|
[a=1, b=test, c=[1, 2, 3]]
|
|
[a=1, b=test, c=[2, 3, 4]]
|