Files
kotlin-fork/testData/ast/function/method/final.kt
T
2011-11-09 16:04:57 +04:00

3 lines
39 B
Kotlin

fun getString() : String? {
return ""
}