Files
kotlin-fork/compiler/testData/cfg/expressions/callableReferences.kt
T

3 lines
42 B
Kotlin

fun bar(): Int = 1
fun foo(): Any = ::bar