I've notice something weird. Kotlin compiler seems...
# compiler
s
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
Might be a bug, please report an issue at https://kotl.in/issue