zeek/testing/btest/Baseline/language.switch-error-mixed/out
2019-04-16 16:08:57 -07:00

1 line
231 B
Text

error in /home/robin/bro/lang-ext/testing/btest/.tmp/language.switch-error-mixed/switch-error-mixed.zeek, line 6: cannot mix cases with expressions and types (switch (v) {case 42:{ return (42!)}case type count:{ return (Count!)}})