5 lines
70 B
Kotlin
5 lines
70 B
Kotlin
package customLib.property
|
|
|
|
public fun someFun(): Int {
|
|
return 1
|
|
} |