[FIR] Throw REDECLARATION for duplicated value parameters in function
Add new test file
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package
|
||||
|
||||
public fun main(): kotlin.Unit
|
||||
public fun test(/*0*/ a: kotlin.Int, /*1*/ a: kotlin.String): kotlin.Unit
|
||||
public fun test2(/*0*/ block: (kotlin.Int, kotlin.String) -> kotlin.Unit): kotlin.Unit
|
||||
Reference in New Issue
Block a user