Files
kotlin-fork/idea/testData/inspectionsLocal/mayBeConstant/companion.kt
T
2017-12-15 13:05:50 +03:00

6 lines
81 B
Kotlin
Vendored

class Your {
companion object {
val <caret>IMPORTANT = 2 * 2
}
}