Files
kotlin-fork/plugins/jvm-abi-gen/testData/compare/lambda/sameAbi/function.kt
T
2018-12-11 22:48:53 +03:00

5 lines
50 B
Kotlin
Vendored

package test
fun function(): Int {
return 0
}