dab6045f6a
#KT-4978 Fixed
6 lines
70 B
Kotlin
6 lines
70 B
Kotlin
fun f(p: (String) -> Unit, s: String) {
|
|
p(<caret>)
|
|
}
|
|
|
|
// EXIST: s
|