b702886f0d
#KT-4710 In Progress
5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
fun bar() = 1
|
|
fun foo() {
|
|
val bar = bar()
|
|
}
|