Files
kotlin-fork/idea/testData/inspectionsLocal/mayBeConstant/constInExpr.kt
T
2017-12-18 17:23:41 +03:00

2 lines
49 B
Kotlin
Vendored

const val first = 1
val sec<caret>ond = first * 2