pretty minor difference, but failing one of our un...
# jvm-ir-backend-feedback
j
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
Can you attach
com.trib3:build-resources:pom:1.17-SNAPSHOT
artifact, please?
i
Thank you! Created an issue in Youtrack - https://youtrack.jetbrains.com/issue/KT-44771
👍 1