9d8cfd04d9
#KT-6291 Fixed
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
// SUGGESTED_NAMES: i, getY
|
|
// SIBLING:
|
|
fun main(args: Array<String>) {
|
|
val x = i()
|
|
val y = i()
|
|
}
|
|
|
|
private fun i(): Int {
|
|
return 1 + 1
|
|
} |