[FIR] Serialize type annotations of vararg parameters in metadata

^KT-63899: Fixed
This commit is contained in:
vladislav.grechko
2024-01-27 16:49:48 +01:00
committed by Space Team
parent 36d5ffd4eb
commit 1e7cc00dcb
3 changed files with 2 additions and 11 deletions
@@ -1,9 +0,0 @@
MODULE lib
CLASS LibKt.class
PACKAGE METADATA
FUNCTION withVararg([B)V
Property: class.metadata.function.valueParameters
K1
(vararg args: @TypeAnnotation(str = "ByteAnno") kotlin/Byte /* kotlin/ByteArray */)
K2
(vararg args: kotlin/Byte /* kotlin/ByteArray */)
@@ -1,7 +1,6 @@
// DONT_TARGET_EXACT_BACKEND: JVM
// DONT_TARGET_EXACT_BACKEND: JS
// WITH_STDLIB
// JVM_ABI_K1_K2_DIFF: KT-63899
// MODULE: lib
// FILE: lib.kt