https://kotlinlang.org logo
#jvm-ir-backend-feedback
Title
# jvm-ir-backend-feedback
j

Joe

02/04/2021, 7:01 PM
pretty minor difference, but failing one of our unit tests with new IR: we have a test that expects a failure containing the string
EasyMock.anyObject() must not be null
when using EasyMock to pass an expectation to a mock of a method expecting a non-nullable parameter. Using the new IR, the string is just
anyObject() must not be null
. Is this expected?
youtrack 1
i

Ivan Kubyshkin [JetBrains]

02/05/2021, 11:53 AM
Can you attach
com.trib3:build-resources:pom:1.17-SNAPSHOT
artifact, please?
i

Ivan Kubyshkin [JetBrains]

02/08/2021, 8:37 AM
Thank you! Created an issue in Youtrack - https://youtrack.jetbrains.com/issue/KT-44771
👍 1