Join Slack
Powered by
If I set language level 1.8 would lambda compile t...
# announcements
e
Eugen Martynov
03/28/2021, 8:11 PM
If I set language level 1.8 would lambda compile to invoke dynamic or it is still anonymous class?
https://medium.com/@christian.c.carroll/exploring-kotlin-lambda-bytecode-8c2d15afd490
a
Alexey Belkov [JB]
03/29/2021, 2:48 PM
1.5-M2 can now compile it to
invokedynamic
under a special flag, see
https://youtrack.jetbrains.com/issue/KT-26060#focus=Comments-27-4786150.0-0
👍 1
Open in Slack
Previous
Next