[FIR2IR] Don't copy default value to annotation call with vararg parameter
This aligns the behavior with K1 and fixes an issue when the default value was deserialized as FirExpressionStub leading to an exception in FIR2IR when trying to convert it to an IR expression. #KT-60120 Fixed #KT-59610 Fixed
This commit is contained in:
committed by
Space Team
parent
7c1c01156f
commit
feed740415
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_STDLIB
|
||||
// DUMP_IR
|
||||
// MODULE: lib
|
||||
// FILE: JavaAnn.java
|
||||
|
||||
|
||||
Reference in New Issue
Block a user