Files
kotlin-fork/idea/testData/inspectionsLocal/simpleRedundantLet/this.kt.after
T
2019-06-25 14:37:04 +07:00

6 lines
73 B
Plaintext
Vendored

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