Is it normal that my ~10 lines of Flow code got de...
# coroutines
h
Is it normal that my ~10 lines of Flow code got decompiled(Show bytecode -> decompile) to 20k lines of code with billion nested calls?
p
Post an example
i
This is a bug in Intellij Decompiler. It tries to decompile suspend lambdas multiple times. In reality, there is not much code.
h
Do you have a ticket on youtrack for it?
And see linked tasks