Igor Brishkoski
09/30/2021, 1:44 PMkotlin.Result
and trying to come up with a solution to backport it to java since it doesn’t really have good support. I have a simple Java class to kinda mimick the behavior, but kotlin.Result
get’s double wrapped and throwing ClassCastExceptions
. I’m wondering if I’m missing something or it’s just some weird bug.
https://gist.github.com/igor-brishkoski/4df636445358f85ca40d22e02b4a9b2dCedrick Cooke
09/30/2021, 6:25 PMIgor Brishkoski
09/30/2021, 6:58 PM