Files
kotlin-fork/idea/testData/intentions/replaceSingleLineLetIntention/thisShort.kt
T

6 lines
102 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: true
fun Int.foo(): Int {
return <caret>let { it.hashCode() }
}