mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
Turns out the issue happens to be that ArrayValue uses a list of values which needs to be translated to an array of the percise type before it is used by callBy This also addresses handling of arguments after a vararg in an annotation
2 lines
76 B
Kotlin
Vendored
2 lines
76 B
Kotlin
Vendored
|
|
@file:AnnotationWithVarArgAndArray("option", moreOptions = ["otherOption"]) |