Join Slack
Powered by
so if you have `val x = MyType()` and there’s a st...
# announcements
y
yole
05/25/2016, 3:39 PM
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
4
Views
Open in Slack
Previous
Next