IDEA is showing a new error with 1.3.60 on all my ...
# multiplatform
k
IDEA is showing a new error with 1.3.60 on all my unit test method names: "Name contains illegal chars that can't appear in JavaScript identifier"
👀 2
my projects do not contain JavaScript targets or involve JavaScript in any way
@Test fun `default global log level`() {
a
Thanks, filed https://youtrack.jetbrains.com/issue/KT-35031 MPP, IDE: JS-specific frontend error with no JS target (NAME_CONTAINS_ILLEGAL_CHARS)
🙏 3
b
Is it only an IDE issue, or do you get an error running tests from gradle CLI as well?
g
IDE only. Everything fine when running tests
😌 2
k
it just causes those frustrating red lines that we OCD developers can't stand to see in our source code/project tree
d
As a developer with OCD myself, I completely understand that. We’re working on fix and hope to deliver it ASAP 🙂
🙏 1
🍻 1