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

3 lines
61 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(): List<String> = emptyList()<caret>