so if you have `val x = MyType()` and there’s a st...
# announcements
y
so if you have
val x = MyType()
and there’s a static method
foo()
declared in MyType or its base class, you can’t call
x.foo
- you need to use
MyType.foo