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

6 lines
95 B
Plaintext
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: true
fun Int.foo(): Int {
return hashCode().hashCode()
}