Join Slack
Powered by
Is it normal that my ~10 lines of Flow code got de...
# coroutines
h
hmole
01/20/2020, 12:53 PM
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
Paul Woitaschek
01/20/2020, 1:01 PM
Post an example
i
Ilmir Usmanov [JB]
01/20/2020, 1:10 PM
This is a bug in Intellij Decompiler. It tries to decompile suspend lambdas multiple times. In reality, there is not much code.
h
hmole
01/20/2020, 1:15 PM
Do you have a ticket on youtrack for it?
g
gildor
01/20/2020, 1:55 PM
https://youtrack.jetbrains.com/issue/KT-25937
gildor
01/20/2020, 1:57 PM
And see linked tasks
5
Views
Open in Slack
Previous
Next