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

6 lines
113 B
Kotlin
Vendored

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