Join Slack
Powered by
I've notice something weird. Kotlin compiler seems...
# compiler
s
smallshen
12/29/2024, 12:51 PM
I've notice something weird. Kotlin compiler seems unable to detect
@PolymorphicSignature
annotated method when jdk is higher than 22. The compiled bytecode is
([Ljava/lang/Object;)Ljava/lang/Object;
signature, instead of signature used when calling annotated method.
u
udalov
01/09/2025, 6:34 PM
Might be a bug, please report an issue at
https://kotl.in/issue
2
Views
Open in Slack
Previous
Next