Its just `@Test` annotation of `kotlin.test` packa...
# javascript
a
Its just
@Test
annotation of
kotlin.test
package
image.png
Oh is it the text in backticks ``?
Thanks to common annotation
@JsName
😜
Nooooo, this IR bug is in JS as well 😬🤒 Cannot annotate functions 😞
s
At least regarding the initial issue – the JS target currently doesn’t support function names in backticks.
👍 1
a
I filed the bug previously for K/N as well, I commented the annotation out in K/N, I should switch to legacy js compiler for now.
Yup! Just noticed that, but
@JsName
fails to rename in IR 😅 , so I'm switching to legacy 🙂