6 lines
96 B
Kotlin
6 lines
96 B
Kotlin
fun main(args : Array<String>) {
|
|
val mmm = 12
|
|
val t = { i -> <caret>}
|
|
}
|
|
|
|
// TYPE: "mm " |