[FIR] Report repeating parameters in dynamic functions in Kotlin/JS
^KT-59988
This commit is contained in:
committed by
Space Team
parent
166964bfcc
commit
67b1bb448a
+1
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user