8 lines
94 B
Kotlin
Vendored
8 lines
94 B
Kotlin
Vendored
package org.test
|
|
|
|
fun topLevelFunction() {
|
|
|
|
}
|
|
|
|
val topLevelProperty: String
|
|
get() = "text" |