android13/external/dokka/core/testdata/properties/valuePropertyWithGetter.kt

2 lines
39 B
Kotlin

val property: String
get() = "test"