[FIR] Report DUPLICATE_PARAMETER_NAME_IN_FUNCTION_TYPE
^KT-59418 Fixed
This commit is contained in:
committed by
Space Team
parent
7d48a7934f
commit
ed6a0af0a6
Vendored
+1
-1
@@ -2,6 +2,6 @@ fun test0(f: (String, String) -> Unit) {
|
||||
f("", "")
|
||||
}
|
||||
|
||||
fun test1(f: (a: Int, a: Int) -> Unit) {
|
||||
fun test1(f: <!DUPLICATE_PARAMETER_NAME_IN_FUNCTION_TYPE!>(a: Int, a: Int) -> Unit<!>) {
|
||||
f(1, 1)
|
||||
}
|
||||
Reference in New Issue
Block a user