Files
2023-11-21 15:28:12 +00:00

7 lines
93 B
Kotlin

public class Kotlin {
internal fun kotlinFun() {
}
}
internal fun topLevelKotlinFun() { }