Closed Ducasse closed 6 months ago
depth > 0 ifTrue: [
drawFigureBlock value: depth-1 ] ] ].
drawFigureBlock is not defined nor set
Hello: I am re-writing it to be less cryptic... This is a static analysis warning, but on execution the variable is defined (kind of recursive a block closure).
It's what generates this variants:
(source of the image: https://pharoweekly.wordpress.com/2022/11/14/bloc-update/)
(only in dev for the moment)