Files
kotlin-fork/idea/testData/inspectionsLocal/unnecessaryVariable/copyOfVal.kt.after
T
2017-07-18 16:37:47 +03:00

4 lines
50 B
Plaintext
Vendored

fun test(): Int {
val x = 1
return x + x
}