Files
kotlin-fork/idea/testData/intentions/convertToExpressionBody/emptyList.kt
T

5 lines
74 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo(): List<String> {
return emptyList()<caret>
}