2 lines
65 B
Kotlin
Vendored
2 lines
65 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
val list = listOf(1, 2, 3).map(<caret>Utils::foo) |