[FIR] Fix conversion of underscored value parameters in functions
Fix false REDECLARATION
This commit is contained in:
+2
@@ -4,4 +4,6 @@ fun test2(block: (Int, String) -> Unit) { }
|
||||
|
||||
fun main() {
|
||||
test2 { <!REDECLARATION!>b<!>, <!REDECLARATION!>b<!> -> ; }
|
||||
|
||||
val func: (Int, Int) -> Int = fun(_, _): Int { return 42 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user