mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
6 lines
166 B
Kotlin
6 lines
166 B
Kotlin
package customLib.localFunInLibraryCustomLib
|
|
|
|
public fun localFunInLibraryCustomLibMainFun() {
|
|
fun localFun() = 1
|
|
val localFunInLibraryCustomLibProperty = 1
|
|
} |