[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
@@ -24,7 +24,7 @@ class K: J.C() {
sam(null)
sam(
name = null,
name = null
<!ARGUMENT_PASSED_TWICE!>name<!> = null
)
}