multiple address-lists in one firewall rule

I am building an new configuration here, and cant find definite answer.
Does routeros allow using several lists in [src|dst]-address-list= ?
Something like

/ip firewall filter add action=drop chain=forward src-address-list=banned-dynamic,banned-static

or must we use separate rules for every address list?
6.x at least give no error on such line, but does it work?

You can only specify one address list per rule.