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