I see that function names like: ``` fun `This is m...
# javascript
m
I see that function names like:
Copy code
fun `This is my function name`() {}
are not allowed in JS. Are they going to be?
a
Don't know for sure yet. I think they will. At the moment the actual backtick sematics are "whatever is allowed on the platform (JVM, JS, etc)", but that is not obvious and doesn't play that well with multiplatform. Link to the issue: https://youtrack.jetbrains.com/issue/KT-18771