I cannot use `@JvmName` in this case unfortunately...
# announcements
a
I cannot use
@JvmName
in this case unfortunately,because my class is extending another class and that class has the
getDog()
which is final , I only have access to my interface.