aboutsummaryrefslogtreecommitdiff
path: root/dokka-integration-tests/gradle/projects/it-multimodule-1/first/src/main/kotlin/noPackage.kt
blob: c41e218ff82eb48e20c4d86e0c66deb2e400d88f (plain)
1
2
3
fun noPackage(): String = "Hello there"

open class NoPackage