huh, tried every possible combination, both with i...
# announcements
k
huh, tried every possible combination, both with interfaces and inheritance... I guess it's not working, you can't require a class to implement static members... (new to this OOP thing, maybe it's something obvious :D)
s
You're correct, you can't require a class to implement static members afaik. It's unfortunate, but that's how it be.
k
Thanks! Will work around it 🙂
n
Why do you want to? What are you trying to achieve? Maybe companion objects that implement an interface is what you need.