jadx icon indicating copy to clipboard operation
jadx copied to clipboard

If you enable inline anonymous classes and inline kotlin lambdas at the same time, some code will be lost directly

Open weimingjue opened this issue 1 year ago • 0 comments

After both are checked, the lambda code is directly lost and not inlined. The attachment is dex, search for the "FastModuleInit" class, and it can be reproduced if both inline options are turned on. FastModuleInit类的dex.zip

weimingjue avatar May 24 '23 03:05 weimingjue