Is this a known bug? <https://javap.yawk.at/#DK2AP...
# announcements
y
Is this a known bug? https://javap.yawk.at/#DK2APB/procyon - the constructor call to
LocalSubType
is missing the capture parameter
a
Hi, it's a little unclear to me, can you please explain in more detail what problem do you see with this code?
y
See in the decompiled code, there's a call
new LocalSubType(localParam);
. But that constructor does not exist, it's missing the $captured_local_variable$0 parameter
it leads to a NoSuchMethodError when running it
a
Thank you, reproduced. This is https://youtrack.jetbrains.com/issue/KT-8120, please vote.
y
thanks!