c4b4fa750c
#KT-1183 In Progress
8 lines
62 B
Kotlin
8 lines
62 B
Kotlin
fun bar() = 42
|
|
|
|
fun main() {
|
|
fun bar() = 239
|
|
|
|
::bar
|
|
}
|