<@U25U0KPFT> In your example, `buildPart` would ge...
# tornadofx
e
@carlw In your example,
buildPart
would generate a cast exception if it's called on a Part. If you change it to
Container
it won't be available on
Part
. That's an optimization you can do, that we don't have the luxury of.