I am seeing new type of error on JS-IR on 1.6 ```&...
# javascript
a
I am seeing new type of error on JS-IR on 1.6
Copy code
> Task :visionforge-solid:compileTestDevelopmentExecutableKotlinJs FAILED
e: org.jetbrains.kotlin.backend.common.serialization.linkerissues.IrDisallowedErrorNode: Class found but error nodes are not allowed.
	at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeErrorType(IrDeclarationDeserializer.kt:840)
Have anyone seen something like this?
r
I've upgraded a few complex Kotlin/JS apps to 1.6.0 but haven't encountered this.
a
Yeah, some projects work fine, but this one is broken.
It would be nice to have at lease some kind of pointer to where the compiler is broken. Similar to the Native copiler messages.
e
*compiler