You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expression apply function returns was undesirable, and it raised a compilation error:
./out/sources/defpackage/$$Lambda$Demo$Nz2D2A1diuN4kp5IRWSVdEJAshI.java:13: error: incompatible types: void cannot be converted to Object
return new T2(94L).w();
^
1 error
Would you please take a look at this? It is important for me!
Thanks a lot!
Jadx version: the newest jadx binary in Arch Linux.
Java version: 11.0.18
I also attach the source files and the decompilation results and I hope they will be helpful: demo.zip
The text was updated successfully, but these errors were encountered:
Partially fixed. Currently, inline of multi-instruction method not supported, but your case was mistakenly treated as standard synthetic method. I commit a fix for these checks, so an inner lambda method will be not inlined, that will resolve the issue. Support for other lambdas inline will be covered in issue #523.
Hi! I found a confusing bug in Jadx! Please take a look!
Here is an example:
I decompiled the classes.dex the code above compiled into, and I got this:
The expression
apply
function returns was undesirable, and it raised a compilation error:Would you please take a look at this? It is important for me!
Thanks a lot!
Jadx version: the newest
jadx
binary in Arch Linux.Java version: 11.0.18
I also attach the source files and the decompilation results and I hope they will be helpful: demo.zip
The text was updated successfully, but these errors were encountered: