Files
kotlin-fork/compiler/tests-spec/testData/helpers/diagnostics/funs.kt
T

4 lines
67 B
Kotlin
Vendored

fun _funWithoutArgs(): Int {
return Any().hashCode().toInt()
}