aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-basic/src/main/kotlin/RootPackageClass.kt
blob: 8ff6c750ad6dc015acbc4fcb4e54c05b06131628 (plain)
1
2
3
4
5
6
7
8
@file:Suppress("unused")

/**
 * A class that lives inside the root package
 */
class RootPackageClass {
    val description = "I do live in the root package!"
}