6 lines
68 B
Kotlin
6 lines
68 B
Kotlin
package customLib.simpleLibFile
|
|
|
|
public fun foo() {
|
|
val a = 1
|
|
}
|