i get this error when trying to switch from hamcre...
# announcements
t
i get this error when trying to switch from hamcrest to assertj:
Copy code
Error:Kotlin: [Internal Error] java.lang.IllegalStateException: Backend Internal error: Exception during code generation
Cause: Back-end (JVM) Internal error: wrong code generated
org.jetbrains.kotlin.codegen.CompilationException Back-end (JVM) Internal error: Couldn't transform method node:
anyone know what's up?
d
does not the test function name end in “)”?
t
it has a () in there at least
multiple nested path() calls works
d
Please try to remove them, I had the issue recently.
Someone mentioned it in this channel some time ago I think.
t
will try, is that a bug in intellij then? i just upgraded
d
I would say in the latest Kotlin plugin
t
thanks!
g
it's a confirmed regression in 1.3.20. I'd rather stay on 1.3.11 and wait for the fix. Surely, it won't take long.
d
t
the maven snippet
Copy code
<configuration>
        <args>
            <arg>-Xsanitize-parentheses</arg>
        </args>
    </configuration>
did nothing for me. i guess i will just downgrade to 1.3.11