b5e1fe613c
#KT-5916 Fixed
8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
class A {
|
|
val x = i()
|
|
val y = i()
|
|
|
|
private fun i(): Int {
|
|
return 1 + 1
|
|
}
|
|
} |