aboutsummaryrefslogtreecommitdiff
path: root/dokka-integration-tests/gradle/projects/it-multimodule-1/second/src/main/kotlin/foo/ThirdClass.kt
blob: cc24a6b751a2c242c2e8c42df5481e0d0247b07e (plain)
1
2
3
4
5
6
7
8
9
10
11
package foo

/**
 * Third class description
 */
open class ThirdClass{
    /**
     * PropertyOne description
     */
    val propertyOne: Int = 5
}