Join Slack
Powered by
What characters are allowed in a Kotlin function n...
# getting-started
b
benleggiero
03/20/2017, 11:03 PM
What characters are allowed in a Kotlin function name? I want to write this:
Copy code
inline infix fun Number.≠(other: Number): Boolean = this != other
But I get this
error:
Expecting function name
2
Views
Open in Slack
Previous
Next