[FIR] Properly resolve implicit invoke calls
#KT-41990 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// ISSUE: KT-41990
|
||||
|
||||
fun getLambda(): String.() -> Unit = null!!
|
||||
|
||||
fun String.test_1(s: String) {
|
||||
getLambda()()
|
||||
getLambda()(s)
|
||||
}
|
||||
Reference in New Issue
Block a user