Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

10 lines
1006 B
Plaintext

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
error in <...>/closure-binding-errors.zeek, line 12: a is captured but not used inside lambda (function() : void[a]{ print no a!})
error in <...>/closure-binding-errors.zeek, line 13: no such local identifier: a2
error in <...>/closure-binding-errors.zeek, line 14: b is used inside lambda but not captured (function() : void[a]{ print b})
error in <...>/closure-binding-errors.zeek, line 15: a is captured but not used inside lambda (function() : void[a, b]{ print b})
error in <...>/closure-binding-errors.zeek, line 16: b listed multiple times in capture (function() : void[b, b]{ print b})
error in <...>/closure-binding-errors.zeek, line 18: cannot specify global in capture: c
error in <...>/closure-binding-errors.zeek, line 19: cannot specify type in capture: t
error in <...>/closure-binding-errors.zeek, line 9 and <...>/closure-binding-errors.zeek, line 20: already defined (a)