Files
kotlin-fork/idea/testData/inspections/canBeVal/onlyVar.kt
T
2016-03-22 18:01:52 +03:00

4 lines
40 B
Kotlin
Vendored

fun foo() {
val v = 1
print(v)
}