mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
4 lines
49 B
Kotlin
Vendored
4 lines
49 B
Kotlin
Vendored
val i = 17
|
|
|
|
val f: () -> Int = { var i = 17; i }
|