Skip to content
Snippets Groups Projects
Martin Bauer's avatar
Martin Bauer authored
Block.subs method tried to be too smart:
a = field[..]
b = a + b

was "simplified" incorrectly to
b = field[...] + b
754c7767
Name Last commit Last update