I have a question about Kotlin 1.3 coroutines. Whe...
# announcements
i
I have a question about Kotlin 1.3 coroutines. When I took on one of suspend function that return String by ByteCode Viewer, I noticed <undefined type>
r
#C1CFAFJSK (also, you never asked a question)
i
Oh, How I get
Copy code
if (var1 instanceof <undefinedtype>) {
            $continuation = (<undefinedtype>)var1;
n
i guess the bytecode viewer / decompiler to java might not be perfectly handling the continuations ?
i
I could upload that function from bytecode viewers into gist
n
my best guess still is that there is bytecode magic and the decompiler (ferflower iirc( cannot turn it into java