[FIR] Report repeating parameters in dynamic functions in Kotlin/JS

^KT-59988
This commit is contained in:
Evgeniy.Zhelenskiy
2023-11-21 13:12:46 +00:00
committed by Space Team
parent 166964bfcc
commit 67b1bb448a
4 changed files with 13 additions and 8 deletions
@@ -50,8 +50,7 @@ class NamedArgumentNotAllowed(
) : ResolutionDiagnostic(INAPPLICABLE_ARGUMENTS_MAPPING_ERROR)
class ArgumentPassedTwice(
override val argument: FirExpression,
val valueParameter: FirValueParameter
override val argument: FirNamedArgumentExpression,
) : InapplicableArgumentDiagnostic()
class VarargArgumentOutsideParentheses(