KT-52875 Fix extension function literal creation with -Xlambdas=indy
This commit is contained in:
committed by
teamcity
parent
97c542dd76
commit
8a402bcacd
@@ -0,0 +1,6 @@
|
||||
// LAMBDAS: INDY
|
||||
|
||||
fun appendTo(s: String) =
|
||||
fun Any?.() = s + this
|
||||
|
||||
fun box() = appendTo("O")("K")
|
||||
Reference in New Issue
Block a user