5 lines
75 B
Kotlin
5 lines
75 B
Kotlin
package customLibrary
|
|
|
|
public fun foo(parameter: Int): Int {
|
|
return 1
|
|
} |