5 lines
61 B
Kotlin
5 lines
61 B
Kotlin
package kotlin.testing
|
|
|
|
fun someFun() : Int {
|
|
return 12
|
|
} |