4 lines
67 B
Kotlin
Vendored
4 lines
67 B
Kotlin
Vendored
fun _funWithoutArgs(): Int {
|
|
return Any().hashCode().toInt()
|
|
}
|