8 lines
103 B
Kotlin
8 lines
103 B
Kotlin
val h = { -> }
|
|
|
|
val l = @bar (
|
|
fun Int.bar() {
|
|
})
|
|
|
|
val s = (
|
|
fun (): Int = 5)() |