Jose

Results 5 comments of Jose

By any chance is the argument a java class? Dealing with something similar...

Yes. but `match { ... }` seems to fix it. ``` // DOES NOT WORK every { method1(someOldJavaClass()) } returns … ... // WORKS every { method1(match { it ==...

@laszlokindrat PR raised [here](https://github.com/modular/modular/pull/5464)

Hey all, the issue was implemented in [this](https://github.com/modular/modular/commit/fb27bb449df66cfc387348cd1b1cecd201faf5f9) commit