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
serebit
07/18/2020, 10:42 PM
You're correct, you can't require a class to implement static members afaik. It's unfortunate, but that's how it be.
k
Karlo Lozovina
07/18/2020, 10:44 PM
Thanks! Will work around it 🙂
n
natpryce
07/19/2020, 12:21 AM
Why do you want to? What are you trying to achieve? Maybe companion objects that implement an interface is what you need.