c7a71827a7
#KT-2098 Fixed
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
fun bar(): Int = 1
|
|
|
|
fun foo() {
|
|
val i = bar();
|
|
} |