How to access constant defined in parent class from child class?
In Java I can use public constant both from parent and child, in Kotlin companion object not inheritable.