for example, the following code compiles ``` impor...
# reflect
u
for example, the following code compiles
Copy code
import kotlin.reflect.*

fun foo(s: String) = s

fun bar(): KFunction1<String, String> = ::foo