I want to have two methods with the same name in a...
# announcements
r
I want to have two methods with the same name in an interface. One deals with nullable types (Any?) and the other doesn't (Any). I thought I could solve the issue with @JvmName but intellij says "@JvmName is not applicable to this declaration". Is there another workaround?