4 lines
53 B
Kotlin
Vendored
4 lines
53 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun foo() {}
|
|
|
|
fun test() = (::foo)!! |