7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
val a = 1
|
|
val b = 1
|
|
val foo = i() - 1
|
|
|
|
private fun i(): Int {
|
|
return a + b
|
|
} |