Files
kotlin-fork/idea/testData/intentions/iterateExpression/nothing.kt
T
2018-11-13 10:15:49 +03:00

6 lines
78 B
Kotlin
Vendored

// JS
// IS_APPLICABLE: false
fun foo(): String {
<caret>return "hello"
}