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

4 lines
61 B
Kotlin
Vendored

// PROBLEM: none
val first = 1
val sec<caret>ond = first * 2