Files
2023-11-17 14:07:13 +00:00

7 lines
93 B
Kotlin

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