Join Slack
Powered by
Is there a way to have an abstract @JvmStatic func...
# announcements
a
aeruhxi
03/10/2020, 7:43 AM
Is there a way to have an abstract @JvmStatic function in an abstract class or interface?
🚫 3
t
tseisel
03/10/2020, 7:47 AM
Static methods cannot be abstract by definition: they are resolved statically.
6
Views
Open in Slack
Previous
Next