mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 08:31:35 +00:00
6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
|
|
fun <caret>foo(x: Int) = x
|
|
|
|
val y = ::foo
|
|
|
|
fun bar(x: Int) = foo(x * x) |