https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
p

pajatopmr

11/21/2018, 2:23 AM
I’ve been looking for information about the fact that tests in CommonTest that use the idiomatic “fun `test name wrapped in back ticks`()” do not compile in JS (fails with illegal character message). Could this be an unreported bug? Or have I missed an issue or Slack message that addresses the undesirable behavior?
a

ankushg

11/21/2018, 2:26 AM
I'm not sure if it's a bug or if the backtick methods are an "accidental feature" (that isn't officially supported), but if you find a ticket, please let me know 🙂
s

serebit

11/21/2018, 4:25 AM
Backtick methods aren’t an accidental feature
a

Alexey Belkov [JB]

11/21/2018, 11:06 AM
Looks like https://youtrack.jetbrains.com/issue/KT-18771 . If not, please create a new issue here: http://kotl.in/issue
3 Views