Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/invoke/doubleBrackets.kt
T
2020-03-19 09:51:01 +03:00

3 lines
70 B
Kotlin
Vendored

fun String.k(): () -> String = { -> this }
fun test() = "hello".k()()