Is there a way to have an abstract @JvmStatic func...
# announcements
a
Is there a way to have an abstract @JvmStatic function in an abstract class or interface?
🚫 3
t
Static methods cannot be abstract by definition: they are resolved statically.