The problem would be that your example requires an...
# language-proposals
b
The problem would be that your example requires an existing instance of
Rect
. So instead of
Rect.create(x, y, w, h)
, it would be
Rect(point, size).create(x, y, w, h)