4 lines
49 B
Kotlin
Vendored
4 lines
49 B
Kotlin
Vendored
val i = 17
|
|
|
|
val f: () -> Int = { var i = 17; i }
|