6 lines
166 B
Kotlin
Vendored
6 lines
166 B
Kotlin
Vendored
package customLib.localFunInLibraryCustomLib
|
|
|
|
public fun localFunInLibraryCustomLibMainFun() {
|
|
fun localFun() = 1
|
|
val localFunInLibraryCustomLibProperty = 1
|
|
} |