Fixed incorrect "No cast needed" warning when casting from extension function to regular one and vise versa
#KT-11780 Fixed
This commit is contained in:
committed by
Stanislav Erokhin
parent
8920e67c5a
commit
75e9e35669
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
public fun f(/*0*/ a: (kotlin.Int) -> kotlin.Unit): kotlin.Unit
|
||||
public fun f1(/*0*/ a: kotlin.Int.() -> kotlin.Unit): kotlin.Unit
|
||||
Reference in New Issue
Block a user