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