7 lines
70 B
Kotlin
Vendored
7 lines
70 B
Kotlin
Vendored
fun foo() {
|
|
var x = 0
|
|
val y = 0
|
|
val z = 0
|
|
x = y + z
|
|
}
|