a9a960fd38
#KT-2637 in progress
4 lines
55 B
Kotlin
4 lines
55 B
Kotlin
fun f() {
|
|
val m = ::println
|
|
println(<caret>m)
|
|
} |