9cb42944d1
#KT-6405 Fixed
6 lines
77 B
Plaintext
Vendored
6 lines
77 B
Plaintext
Vendored
fun foo(a: Int): Int {
|
|
// SIBLING:
|
|
fun i() = a + 10
|
|
|
|
return i()
|
|
} |