https://kotlinlang.org logo
#arrow
Title
# arrow
c

CLOVIS

10/04/2023, 1:08 PM
When trying to use
Raise.traced
, I get:
Copy code
java.lang.IllegalAccessError: failed to access class arrow.core.raise.RaiseCancellationException from class opensavvy.prepared.compat.arrow.core.FailOnRaiseTest$1$1$2 (arrow.core.raise.RaiseCancellationException and opensavvy.prepared.compat.arrow.core.FailOnRaiseTest$1$1$2 are in unnamed module of loader 'app')
Do you have any what it could be caused by? I'm worried it's a bug in inlining.
2 Views