Files
kotlin-fork/plugins/annotation-collector/testData/collectToFile/inheritedTopLevel/inheritedTopLevel.kt
T

8 lines
94 B
Kotlin
Vendored

package org.test
fun topLevelFunction() {
}
val topLevelProperty: String
get() = "text"