Files
kotlin-fork/j2k/testData/fileOrElement/function/final.kt
T

4 lines
54 B
Kotlin
Vendored

val string: String
get() {
return ""
}