f709377735
#KT-35189 Fixed
7 lines
172 B
Kotlin
Vendored
7 lines
172 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
// TYPE: '//'
|
|
// ERROR: A 'return' expression required in a function with a block body ('{...}')
|
|
|
|
fun comment(): String {
|
|
<caret>return ""
|
|
} |