4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
fun usageWithFunctionExpression() {
|
|
val a = { ":)" }
|
|
SamInterface(a)
|
|
} |