Norbi
06/07/2024, 3:17 PMTypeError: this._this__u8e3s4__1.await_4rdzbx_k$ is not a function
The stack trace is useless, see image.
Do you have any recommendation how can I investigate this problem?
I use Kotlin 2.0.0.
Thanks.Norbi
06/07/2024, 3:24 PMException in thread "main" java.lang.VerifyError: Bad type on operand stack
😞dmitriy.novozhilov
06/07/2024, 11:10 PMNorbi
06/08/2024, 10:37 AMTypeError: this._this__u8e3s4__1.await_4rdzbx_k$ is not a function
contained a single usable hint: "await".
So I refactored my related function which called Deferred.await()
to not use context receiver and the error is gone (it is an extension function on Deferred
, and it had a Raise<X>
context receiver before, now it throws an exception instead).